Color spaces of #bacc91
RGB | 186 | 204 | 145 |
---|---|---|---|
HSL | 0.22 | 0.37 | 0.68 |
HSV | 78° | 29° | 80° |
CMYK | 0.09 | 0.00 | 0.29 0.20 |
XYZ | 46.9534 | 55.6692 | 35.0586 |
Yxy | 55.6692 | 0.3410 | 0.4043 |
Hunter Lab | 74.6118 | -18.2401 | 24.3691 |
CIE-Lab | 79.4252 | -16.0584 | 27.4459 |
#bacc91 color RGB value is (186,204,145).
#bacc91 hex color red value is 186, green value is 204 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bacc91 hue: 0.22 , saturation: 0.37 and the lightness value of bacc91 is 0.68.
The process color (four color CMYK) of #bacc91 color hex is 0.09, 0.00, 0.29, 0.20. Web safe color of #bacc91 is #cccc99. Color #bacc91 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001100 | 10010001 |
Octal | 272 | 314 | 221 |
Decimal | 186 | 204 | 145 |
Hex | BA | CC | 91 |
Shades of #bacc91
Tints of #bacc91
RGB Percentages of Color #bacc91
CMYK Percentages of Color #bacc91
Complementary Color
#bacc91 | #a391cc |
#bacc91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacc91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacc91 Color CSS Codes
.mybgcolor {background-color:#bacc91; } .myforecolor {color:#bacc91; } .mybordercolor {border:3px solid #bacc91; }
#bacc91 Text Font Color
<p style="color:#bacc91">Text here</p>
This sample text font color is #bacc91
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.
#bacc91 Background Color
<div style="background-color:#bacc91">
Div content here</div>
This div background color is #bacc91
#bacc91 Border Color
<div style="border:3px solid #bacc91">
Div here</div>
This div border color is #bacc91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,204,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacc91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacc91; -webkit-box-shadow: 1px 1px 3px 2px #bacc91; box-shadow: 1px 1px 3px 2px #bacc91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,204,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacc91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacc91; -webkit-box-shadow: 1px 1px 3px 2px #bacc91; box-shadow: 1px 1px 3px 2px #bacc91;">
Div content here</div>
This div box has shadow with color #bacc91
Comments
No comments written yet.
Please login to write comment.