Shades of Conifer #B2E249
Tints of Conifer #B2E249
RGB
CMYK
RGB Variations
Color information
#B2E249 (or 0xB2E249) is known color: Conifer. HEX triplet: B2, E2 and 49. RGB value is (178,226,73). Sum of RGB (Red+Green+Blue) = 178+226+73=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E249 is #4D1DB6. Grayscale: #C2C2C2. Windows color (decimal): -5053879 or 4842162. OLE color: 4842162.
HSL color Cylindrical-coordinate representation of color #B2E249: hue angle of 78.82º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2E249 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 73 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.11 |
| HSL | 78.82º | 0.73% | 0.59% | - |
| HSV(B) | 78.82º | 0.68% | 0.89% | - |
| XYZ | 46.76 | 64.34 | 16.26 | - |
| YUV | 194.21 | 59.6 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 73 | 0.21 | 0 | 0.68 | 0.11 | 78.82 | 0.73 | 0.59 |
| Hex | B2 | E2 | 49 | 15 | 0 | 44 | B | 4F | 49 | 3B |
| Octal | 262 | 342 | 111 | 25 | 0 | 104 | 13 | 117 | 111 | 73 |
| Binary | 10110010 | 11100010 | 1001001 | 10101 | 0 | 1000100 | 1011 | 1001111 | 1001001 | 111011 |
Color Harmonies of #B2E249
Complementary color
Monochromatic Colors of #B2E249
Black with #B2E249
Text Example
Text Example
White with #B2E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E249; }
p { color: rgb(178,226,73); }
H1.HeaderClassName
{
color: #B2E249;
}
.AnyTagClassName
{
color: #B2E249;
}
</style>
background-color css
<style>
a { background-color: #B2E249; }
a { background-color: rgb(178,226,73); }
div.DivClassName
{
background-color: #B2E249;
}
.BgClassName
{
background-color: #B2E249;
}
</style>
border-color css
<style>
span { border-color: #B2E249; }
span { border-color: rgb(178,226,73); }
td.TdClassName
{
border-color: #B2E249;
}
.TagClassName
{
border-color: #B2E249;
}
</style>