Shades of Conifer #B2D952
Tints of Conifer #B2D952
RGB
CMYK
RGB Variations
Color information
#B2D952 (or 0xB2D952) is known color: Conifer. HEX triplet: B2, D9 and 52. RGB value is (178,217,82). Sum of RGB (Red+Green+Blue) = 178+217+82=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D952 is #4D26AD. Grayscale: #BEBEBE. Windows color (decimal): -5056174 or 5429682. OLE color: 5429682.
HSL color Cylindrical-coordinate representation of color #B2D952: hue angle of 77.33º 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 #B2D952 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 82 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.15 |
| HSL | 77.33º | 0.64% | 0.59% | - |
| HSV(B) | 77.33º | 0.62% | 0.85% | - |
| XYZ | 44.7 | 59.7 | 17.15 | - |
| YUV | 189.95 | 67.08 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 82 | 0.18 | 0 | 0.62 | 0.15 | 77.33 | 0.64 | 0.59 |
| Hex | B2 | D9 | 52 | 12 | 0 | 3E | F | 4D | 40 | 3B |
| Octal | 262 | 331 | 122 | 22 | 0 | 76 | 17 | 115 | 100 | 73 |
| Binary | 10110010 | 11011001 | 1010010 | 10010 | 0 | 111110 | 1111 | 1001101 | 1000000 | 111011 |
Color Harmonies of #B2D952
Complementary color
Monochromatic Colors of #B2D952
Black with #B2D952
Text Example
Text Example
White with #B2D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D952; }
p { color: rgb(178,217,82); }
H1.HeaderClassName
{
color: #B2D952;
}
.AnyTagClassName
{
color: #B2D952;
}
</style>
background-color css
<style>
a { background-color: #B2D952; }
a { background-color: rgb(178,217,82); }
div.DivClassName
{
background-color: #B2D952;
}
.BgClassName
{
background-color: #B2D952;
}
</style>
border-color css
<style>
span { border-color: #B2D952; }
span { border-color: rgb(178,217,82); }
td.TdClassName
{
border-color: #B2D952;
}
.TagClassName
{
border-color: #B2D952;
}
</style>