Shades of Conifer #B2D855
Tints of Conifer #B2D855
RGB
CMYK
RGB Variations
Color information
#B2D855 (or 0xB2D855) is known color: Conifer. HEX triplet: B2, D8 and 55. RGB value is (178,216,85). Sum of RGB (Red+Green+Blue) = 178+216+85=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 85 (33.59% from 255 or 17.75% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D855 is #4D27AA. Grayscale: #BEBEBE. Windows color (decimal): -5056427 or 5626034. OLE color: 5626034.
HSL color Cylindrical-coordinate representation of color #B2D855: hue angle of 77.4º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2D855 is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 85 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.15 |
| HSL | 77.4º | 0.63% | 0.59% | - |
| HSV(B) | 77.4º | 0.61% | 0.85% | - |
| XYZ | 44.56 | 59.23 | 17.68 | - |
| YUV | 189.7 | 68.91 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 85 | 0.18 | 0 | 0.61 | 0.15 | 77.4 | 0.63 | 0.59 |
| Hex | B2 | D8 | 55 | 12 | 0 | 3D | F | 4D | 3F | 3B |
| Octal | 262 | 330 | 125 | 22 | 0 | 75 | 17 | 115 | 77 | 73 |
| Binary | 10110010 | 11011000 | 1010101 | 10010 | 0 | 111101 | 1111 | 1001101 | 111111 | 111011 |
Color Harmonies of #B2D855
Complementary color
Monochromatic Colors of #B2D855
Black with #B2D855
Text Example
Text Example
White with #B2D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D855; }
p { color: rgb(178,216,85); }
H1.HeaderClassName
{
color: #B2D855;
}
.AnyTagClassName
{
color: #B2D855;
}
</style>
background-color css
<style>
a { background-color: #B2D855; }
a { background-color: rgb(178,216,85); }
div.DivClassName
{
background-color: #B2D855;
}
.BgClassName
{
background-color: #B2D855;
}
</style>
border-color css
<style>
span { border-color: #B2D855; }
span { border-color: rgb(178,216,85); }
td.TdClassName
{
border-color: #B2D855;
}
.TagClassName
{
border-color: #B2D855;
}
</style>