Shades of Conifer #B2D255
Tints of Conifer #B2D255
RGB
CMYK
RGB Variations
Color information
#B2D255 (or 0xB2D255) is known color: Conifer. HEX triplet: B2, D2 and 55. RGB value is (178,210,85). Sum of RGB (Red+Green+Blue) = 178+210+85=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D255 is #4D2DAA. Grayscale: #BABABA. Windows color (decimal): -5057963 or 5624498. OLE color: 5624498.
HSL color Cylindrical-coordinate representation of color #B2D255: hue angle of 75.36º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2D255 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 85 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.18 |
| HSL | 75.36º | 0.58% | 0.58% | - |
| HSV(B) | 75.36º | 0.6% | 0.82% | - |
| XYZ | 43.05 | 56.21 | 17.18 | - |
| YUV | 186.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 85 | 0.15 | 0 | 0.60 | 0.18 | 75.36 | 0.58 | 0.58 |
| Hex | B2 | D2 | 55 | F | 0 | 3C | 12 | 4B | 3A | 3A |
| Octal | 262 | 322 | 125 | 17 | 0 | 74 | 22 | 113 | 72 | 72 |
| Binary | 10110010 | 11010010 | 1010101 | 1111 | 0 | 111100 | 10010 | 1001011 | 111010 | 111010 |
Color Harmonies of #B2D255
Complementary color
Monochromatic Colors of #B2D255
Black with #B2D255
Text Example
Text Example
White with #B2D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D255; }
p { color: rgb(178,210,85); }
H1.HeaderClassName
{
color: #B2D255;
}
.AnyTagClassName
{
color: #B2D255;
}
</style>
background-color css
<style>
a { background-color: #B2D255; }
a { background-color: rgb(178,210,85); }
div.DivClassName
{
background-color: #B2D255;
}
.BgClassName
{
background-color: #B2D255;
}
</style>
border-color css
<style>
span { border-color: #B2D255; }
span { border-color: rgb(178,210,85); }
td.TdClassName
{
border-color: #B2D255;
}
.TagClassName
{
border-color: #B2D255;
}
</style>