Shades of Conifer #B7D952
Tints of Conifer #B7D952
RGB
CMYK
RGB Variations
Color information
#B7D952 (or 0xB7D952) is known color: Conifer. HEX triplet: B7, D9 and 52. RGB value is (183,217,82). Sum of RGB (Red+Green+Blue) = 183+217+82=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D952 is #4826AD. Grayscale: #BFBFBF. Windows color (decimal): -4728494 or 5429687. OLE color: 5429687.
HSL color Cylindrical-coordinate representation of color #B7D952: hue angle of 75.11º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B7D952 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 82 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.15 |
| HSL | 75.11º | 0.64% | 0.59% | - |
| HSV(B) | 75.11º | 0.62% | 0.85% | - |
| XYZ | 45.86 | 60.3 | 17.2 | - |
| YUV | 191.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 82 | 0.16 | 0 | 0.62 | 0.15 | 75.11 | 0.64 | 0.59 |
| Hex | B7 | D9 | 52 | 10 | 0 | 3E | F | 4B | 40 | 3B |
| Octal | 267 | 331 | 122 | 20 | 0 | 76 | 17 | 113 | 100 | 73 |
| Binary | 10110111 | 11011001 | 1010010 | 10000 | 0 | 111110 | 1111 | 1001011 | 1000000 | 111011 |
Color Harmonies of #B7D952
Complementary color
Monochromatic Colors of #B7D952
Black with #B7D952
Text Example
Text Example
White with #B7D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D952; }
p { color: rgb(183,217,82); }
H1.HeaderClassName
{
color: #B7D952;
}
.AnyTagClassName
{
color: #B7D952;
}
</style>
background-color css
<style>
a { background-color: #B7D952; }
a { background-color: rgb(183,217,82); }
div.DivClassName
{
background-color: #B7D952;
}
.BgClassName
{
background-color: #B7D952;
}
</style>
border-color css
<style>
span { border-color: #B7D952; }
span { border-color: rgb(183,217,82); }
td.TdClassName
{
border-color: #B7D952;
}
.TagClassName
{
border-color: #B7D952;
}
</style>