Color spaces of #b0c35a
RGB | 176 | 195 | 90 |
---|---|---|---|
HSL | 0.20 | 0.47 | 0.56 |
HSV | 71° | 54° | 76° |
CMYK | 0.10 | 0.00 | 0.54 0.24 |
XYZ | 39.2651 | 48.9985 | 17.0610 |
Yxy | 48.9985 | 0.3728 | 0.4652 |
Hunter Lab | 69.9989 | -22.3706 | 34.5484 |
CIE-Lab | 75.4504 | -21.7972 | 49.8501 |
#b0c35a color RGB value is (176,195,90).
#b0c35a hex color red value is 176, green value is 195 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b0c35a hue: 0.20 , saturation: 0.47 and the lightness value of b0c35a is 0.56.
The process color (four color CMYK) of #b0c35a color hex is 0.10, 0.00, 0.54, 0.24. Web safe color of #b0c35a is #99cc66. Color #b0c35a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 11000011 | 01011010 |
Octal | 260 | 303 | 132 |
Decimal | 176 | 195 | 90 |
Hex | B0 | C3 | 5A |
Shades of #b0c35a
Tints of #b0c35a
RGB Percentages of Color #b0c35a
CMYK Percentages of Color #b0c35a
Complementary Color
#b0c35a | #6d5ac3 |
#b0c35a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b0c35a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b0c35a Color CSS Codes
.mybgcolor {background-color:#b0c35a; } .myforecolor {color:#b0c35a; } .mybordercolor {border:3px solid #b0c35a; }
#b0c35a Text Font Color
<p style="color:#b0c35a">Text here</p>
This sample text font color is #b0c35a
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.
#b0c35a Background Color
<div style="background-color:#b0c35a">
Div content here</div>
This div background color is #b0c35a
#b0c35a Border Color
<div style="border:3px solid #b0c35a">
Div here</div>
This div border color is #b0c35a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,195,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b0c35a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b0c35a; -webkit-box-shadow: 1px 1px 3px 2px #b0c35a; box-shadow: 1px 1px 3px 2px #b0c35a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,195,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b0c35a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b0c35a; -webkit-box-shadow: 1px 1px 3px 2px #b0c35a; box-shadow: 1px 1px 3px 2px #b0c35a;">
Div content here</div>
This div box has shadow with color #b0c35a
Comments
No comments written yet.
Please login to write comment.