Shades of Conifer #B2D155
Tints of Conifer #B2D155
RGB
CMYK
RGB Variations
Color information
#B2D155 (or 0xB2D155) is known color: Conifer. HEX triplet: B2, D1 and 55. RGB value is (178,209,85). Sum of RGB (Red+Green+Blue) = 178+209+85=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D155 is #4D2EAA. Grayscale: #BABABA. Windows color (decimal): -5058219 or 5624242. OLE color: 5624242.
HSL color Cylindrical-coordinate representation of color #B2D155: hue angle of 75º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2D155 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 85 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.18 |
| HSL | 75º | 0.57% | 0.58% | - |
| HSV(B) | 75º | 0.59% | 0.82% | - |
| XYZ | 42.8 | 55.72 | 17.09 | - |
| YUV | 185.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 85 | 0.15 | 0 | 0.59 | 0.18 | 75 | 0.57 | 0.58 |
| Hex | B2 | D1 | 55 | F | 0 | 3B | 12 | 4B | 39 | 3A |
| Octal | 262 | 321 | 125 | 17 | 0 | 73 | 22 | 113 | 71 | 72 |
| Binary | 10110010 | 11010001 | 1010101 | 1111 | 0 | 111011 | 10010 | 1001011 | 111001 | 111010 |
Color Harmonies of #B2D155
Complementary color
Monochromatic Colors of #B2D155
Black with #B2D155
Text Example
Text Example
White with #B2D155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D155; }
p { color: rgb(178,209,85); }
H1.HeaderClassName
{
color: #B2D155;
}
.AnyTagClassName
{
color: #B2D155;
}
</style>
background-color css
<style>
a { background-color: #B2D155; }
a { background-color: rgb(178,209,85); }
div.DivClassName
{
background-color: #B2D155;
}
.BgClassName
{
background-color: #B2D155;
}
</style>
border-color css
<style>
span { border-color: #B2D155; }
span { border-color: rgb(178,209,85); }
td.TdClassName
{
border-color: #B2D155;
}
.TagClassName
{
border-color: #B2D155;
}
</style>