Shades of Conifer #B1CF52
Tints of Conifer #B1CF52
RGB
CMYK
RGB Variations
Color information
#B1CF52 (or 0xB1CF52) is known color: Conifer. HEX triplet: B1, CF and 52. RGB value is (177,207,82). Sum of RGB (Red+Green+Blue) = 177+207+82=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CF52 is #4E30AD. Grayscale: #B8B8B8. Windows color (decimal): -5124270 or 5427121. OLE color: 5427121.
HSL color Cylindrical-coordinate representation of color #B1CF52: hue angle of 74.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1CF52 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 82 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.19 |
| HSL | 74.4º | 0.57% | 0.57% | - |
| HSV(B) | 74.4º | 0.6% | 0.81% | - |
| XYZ | 41.97 | 54.58 | 16.31 | - |
| YUV | 183.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 82 | 0.14 | 0 | 0.60 | 0.19 | 74.4 | 0.57 | 0.57 |
| Hex | B1 | CF | 52 | E | 0 | 3C | 13 | 4A | 39 | 39 |
| Octal | 261 | 317 | 122 | 16 | 0 | 74 | 23 | 112 | 71 | 71 |
| Binary | 10110001 | 11001111 | 1010010 | 1110 | 0 | 111100 | 10011 | 1001010 | 111001 | 111001 |
Color Harmonies of #B1CF52
Complementary color
Monochromatic Colors of #B1CF52
Black with #B1CF52
Text Example
Text Example
White with #B1CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF52; }
p { color: rgb(177,207,82); }
H1.HeaderClassName
{
color: #B1CF52;
}
.AnyTagClassName
{
color: #B1CF52;
}
</style>
background-color css
<style>
a { background-color: #B1CF52; }
a { background-color: rgb(177,207,82); }
div.DivClassName
{
background-color: #B1CF52;
}
.BgClassName
{
background-color: #B1CF52;
}
</style>
border-color css
<style>
span { border-color: #B1CF52; }
span { border-color: rgb(177,207,82); }
td.TdClassName
{
border-color: #B1CF52;
}
.TagClassName
{
border-color: #B1CF52;
}
</style>