Color spaces of #9bca4c
RGB | 155 | 202 | 76 |
---|---|---|---|
HSL | 0.23 | 0.54 | 0.55 |
HSV | 82° | 62° | 79° |
CMYK | 0.23 | 0.00 | 0.62 0.21 |
XYZ | 35.9426 | 49.7314 | 14.5422 |
Yxy | 49.7314 | 0.3587 | 0.4962 |
Hunter Lab | 70.5205 | -32.4337 | 37.1380 |
CIE-Lab | 75.9041 | -34.5673 | 56.2234 |
#9bca4c color RGB value is (155,202,76).
#9bca4c hex color red value is 155, green value is 202 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #9bca4c hue: 0.23 , saturation: 0.54 and the lightness value of 9bca4c is 0.55.
The process color (four color CMYK) of #9bca4c color hex is 0.23, 0.00, 0.62, 0.21. Web safe color of #9bca4c is #99cc33. Color #9bca4c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011011 | 11001010 | 01001100 |
Octal | 233 | 312 | 114 |
Decimal | 155 | 202 | 76 |
Hex | 9B | CA | 4C |
Shades of #9bca4c
Tints of #9bca4c
RGB Percentages of Color #9bca4c
CMYK Percentages of Color #9bca4c
Complementary Color
#9bca4c | #7b4cca |
#9bca4c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9bca4c Color Preview on White Background
Lorem ipsum dolor sit amet.
#9bca4c Color CSS Codes
.mybgcolor {background-color:#9bca4c; } .myforecolor {color:#9bca4c; } .mybordercolor {border:3px solid #9bca4c; }
#9bca4c Text Font Color
<p style="color:#9bca4c">Text here</p>
This sample text font color is #9bca4c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#9bca4c Background Color
<div style="background-color:#9bca4c">
Div content here</div>
This div background color is #9bca4c
#9bca4c Border Color
<div style="border:3px solid #9bca4c">
Div here</div>
This div border color is #9bca4c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(155,202,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9bca4c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9bca4c; -webkit-box-shadow: 1px 1px 3px 2px #9bca4c; box-shadow: 1px 1px 3px 2px #9bca4c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(155,202,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9bca4c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9bca4c; -webkit-box-shadow: 1px 1px 3px 2px #9bca4c; box-shadow: 1px 1px 3px 2px #9bca4c;">
Div content here</div>
This div box has shadow with color #9bca4c
Comments
No comments written yet.
Please login to write comment.