Shades of Conifer #B2D852
Tints of Conifer #B2D852
RGB
CMYK
RGB Variations
Color information
#B2D852 (or 0xB2D852) is known color: Conifer. HEX triplet: B2, D8 and 52. RGB value is (178,216,82). Sum of RGB (Red+Green+Blue) = 178+216+82=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D852 is #4D27AD. Grayscale: #BDBDBD. Windows color (decimal): -5056430 or 5429426. OLE color: 5429426.
HSL color Cylindrical-coordinate representation of color #B2D852: hue angle of 77.01º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2D852 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 82 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.15 |
| HSL | 77.01º | 0.63% | 0.58% | - |
| HSV(B) | 77.01º | 0.62% | 0.85% | - |
| XYZ | 44.44 | 59.19 | 17.06 | - |
| YUV | 189.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 82 | 0.18 | 0 | 0.62 | 0.15 | 77.01 | 0.63 | 0.58 |
| Hex | B2 | D8 | 52 | 12 | 0 | 3E | F | 4D | 3F | 3A |
| Octal | 262 | 330 | 122 | 22 | 0 | 76 | 17 | 115 | 77 | 72 |
| Binary | 10110010 | 11011000 | 1010010 | 10010 | 0 | 111110 | 1111 | 1001101 | 111111 | 111010 |
Color Harmonies of #B2D852
Complementary color
Monochromatic Colors of #B2D852
Black with #B2D852
Text Example
Text Example
White with #B2D852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D852; }
p { color: rgb(178,216,82); }
H1.HeaderClassName
{
color: #B2D852;
}
.AnyTagClassName
{
color: #B2D852;
}
</style>
background-color css
<style>
a { background-color: #B2D852; }
a { background-color: rgb(178,216,82); }
div.DivClassName
{
background-color: #B2D852;
}
.BgClassName
{
background-color: #B2D852;
}
</style>
border-color css
<style>
span { border-color: #B2D852; }
span { border-color: rgb(178,216,82); }
td.TdClassName
{
border-color: #B2D852;
}
.TagClassName
{
border-color: #B2D852;
}
</style>