Shades of Conifer #B1CF56
Tints of Conifer #B1CF56
RGB
CMYK
RGB Variations
Color information
#B1CF56 (or 0xB1CF56) is known color: Conifer. HEX triplet: B1, CF and 56. RGB value is (177,207,86). Sum of RGB (Red+Green+Blue) = 177+207+86=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CF56 is #4E30A9. Grayscale: #B8B8B8. Windows color (decimal): -5124266 or 5689265. OLE color: 5689265.
HSL color Cylindrical-coordinate representation of color #B1CF56: hue angle of 74.88º 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 #B1CF56 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 86 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.19 |
| HSL | 74.88º | 0.56% | 0.57% | - |
| HSV(B) | 74.88º | 0.58% | 0.81% | - |
| XYZ | 42.12 | 54.64 | 17.13 | - |
| YUV | 184.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 86 | 0.14 | 0 | 0.58 | 0.19 | 74.88 | 0.56 | 0.57 |
| Hex | B1 | CF | 56 | E | 0 | 3A | 13 | 4B | 38 | 39 |
| Octal | 261 | 317 | 126 | 16 | 0 | 72 | 23 | 113 | 70 | 71 |
| Binary | 10110001 | 11001111 | 1010110 | 1110 | 0 | 111010 | 10011 | 1001011 | 111000 | 111001 |
Color Harmonies of #B1CF56
Complementary color
Monochromatic Colors of #B1CF56
Black with #B1CF56
Text Example
Text Example
White with #B1CF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF56; }
p { color: rgb(177,207,86); }
H1.HeaderClassName
{
color: #B1CF56;
}
.AnyTagClassName
{
color: #B1CF56;
}
</style>
background-color css
<style>
a { background-color: #B1CF56; }
a { background-color: rgb(177,207,86); }
div.DivClassName
{
background-color: #B1CF56;
}
.BgClassName
{
background-color: #B1CF56;
}
</style>
border-color css
<style>
span { border-color: #B1CF56; }
span { border-color: rgb(177,207,86); }
td.TdClassName
{
border-color: #B1CF56;
}
.TagClassName
{
border-color: #B1CF56;
}
</style>