Shades of Conifer #B2D158
Tints of Conifer #B2D158
RGB
CMYK
RGB Variations
Color information
#B2D158 (or 0xB2D158) is known color: Conifer. HEX triplet: B2, D1 and 58. RGB value is (178,209,88). Sum of RGB (Red+Green+Blue) = 178+209+88=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D158 is #4D2EA7. Grayscale: #BABABA. Windows color (decimal): -5058216 or 5820850. OLE color: 5820850.
HSL color Cylindrical-coordinate representation of color #B2D158: hue angle of 75.37º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2D158 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 88 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.18 |
| HSL | 75.37º | 0.57% | 0.58% | - |
| HSV(B) | 75.37º | 0.58% | 0.82% | - |
| XYZ | 42.92 | 55.77 | 17.74 | - |
| YUV | 185.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 88 | 0.15 | 0 | 0.58 | 0.18 | 75.37 | 0.57 | 0.58 |
| Hex | B2 | D1 | 58 | F | 0 | 3A | 12 | 4B | 39 | 3A |
| Octal | 262 | 321 | 130 | 17 | 0 | 72 | 22 | 113 | 71 | 72 |
| Binary | 10110010 | 11010001 | 1011000 | 1111 | 0 | 111010 | 10010 | 1001011 | 111001 | 111010 |
Color Harmonies of #B2D158
Complementary color
Monochromatic Colors of #B2D158
Black with #B2D158
Text Example
Text Example
White with #B2D158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D158; }
p { color: rgb(178,209,88); }
H1.HeaderClassName
{
color: #B2D158;
}
.AnyTagClassName
{
color: #B2D158;
}
</style>
background-color css
<style>
a { background-color: #B2D158; }
a { background-color: rgb(178,209,88); }
div.DivClassName
{
background-color: #B2D158;
}
.BgClassName
{
background-color: #B2D158;
}
</style>
border-color css
<style>
span { border-color: #B2D158; }
span { border-color: rgb(178,209,88); }
td.TdClassName
{
border-color: #B2D158;
}
.TagClassName
{
border-color: #B2D158;
}
</style>