Shades of Conifer #B0CF56
Tints of Conifer #B0CF56
RGB
CMYK
RGB Variations
Color information
#B0CF56 (or 0xB0CF56) is known color: Conifer. HEX triplet: B0, CF and 56. RGB value is (176,207,86). Sum of RGB (Red+Green+Blue) = 176+207+86=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CF56 is #4F30A9. Grayscale: #B8B8B8. Windows color (decimal): -5189802 or 5689264. OLE color: 5689264.
HSL color Cylindrical-coordinate representation of color #B0CF56: hue angle of 75.37º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0CF56 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 86 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.19 |
| HSL | 75.37º | 0.56% | 0.57% | - |
| HSV(B) | 75.37º | 0.58% | 0.81% | - |
| XYZ | 41.9 | 54.53 | 17.12 | - |
| YUV | 183.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 86 | 0.15 | 0 | 0.58 | 0.19 | 75.37 | 0.56 | 0.57 |
| Hex | B0 | CF | 56 | F | 0 | 3A | 13 | 4B | 38 | 39 |
| Octal | 260 | 317 | 126 | 17 | 0 | 72 | 23 | 113 | 70 | 71 |
| Binary | 10110000 | 11001111 | 1010110 | 1111 | 0 | 111010 | 10011 | 1001011 | 111000 | 111001 |
Color Harmonies of #B0CF56
Complementary color
Monochromatic Colors of #B0CF56
Black with #B0CF56
Text Example
Text Example
White with #B0CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF56; }
p { color: rgb(176,207,86); }
H1.HeaderClassName
{
color: #B0CF56;
}
.AnyTagClassName
{
color: #B0CF56;
}
</style>
background-color css
<style>
a { background-color: #B0CF56; }
a { background-color: rgb(176,207,86); }
div.DivClassName
{
background-color: #B0CF56;
}
.BgClassName
{
background-color: #B0CF56;
}
</style>
border-color css
<style>
span { border-color: #B0CF56; }
span { border-color: rgb(176,207,86); }
td.TdClassName
{
border-color: #B0CF56;
}
.TagClassName
{
border-color: #B0CF56;
}
</style>