Shades of Conifer #B0CC57
Tints of Conifer #B0CC57
RGB
CMYK
RGB Variations
Color information
#B0CC57 (or 0xB0CC57) is known color: Conifer. HEX triplet: B0, CC and 57. RGB value is (176,204,87). Sum of RGB (Red+Green+Blue) = 176+204+87=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CC57 is #4F33A8. Grayscale: #B6B6B6. Windows color (decimal): -5190569 or 5754032. OLE color: 5754032.
HSL color Cylindrical-coordinate representation of color #B0CC57: hue angle of 74.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0CC57 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 87 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.2 |
| HSL | 74.36º | 0.53% | 0.57% | - |
| HSV(B) | 74.36º | 0.57% | 0.8% | - |
| XYZ | 41.22 | 53.1 | 17.09 | - |
| YUV | 182.29 | 74.22 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 87 | 0.14 | 0 | 0.57 | 0.2 | 74.36 | 0.53 | 0.57 |
| Hex | B0 | CC | 57 | E | 0 | 39 | 14 | 4A | 35 | 39 |
| Octal | 260 | 314 | 127 | 16 | 0 | 71 | 24 | 112 | 65 | 71 |
| Binary | 10110000 | 11001100 | 1010111 | 1110 | 0 | 111001 | 10100 | 1001010 | 110101 | 111001 |
Color Harmonies of #B0CC57
Complementary color
Monochromatic Colors of #B0CC57
Black with #B0CC57
Text Example
Text Example
White with #B0CC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC57; }
p { color: rgb(176,204,87); }
H1.HeaderClassName
{
color: #B0CC57;
}
.AnyTagClassName
{
color: #B0CC57;
}
</style>
background-color css
<style>
a { background-color: #B0CC57; }
a { background-color: rgb(176,204,87); }
div.DivClassName
{
background-color: #B0CC57;
}
.BgClassName
{
background-color: #B0CC57;
}
</style>
border-color css
<style>
span { border-color: #B0CC57; }
span { border-color: rgb(176,204,87); }
td.TdClassName
{
border-color: #B0CC57;
}
.TagClassName
{
border-color: #B0CC57;
}
</style>