Shades of Conifer #B8E249
Tints of Conifer #B8E249
RGB
CMYK
RGB Variations
Color information
#B8E249 (or 0xB8E249) is known color: Conifer. HEX triplet: B8, E2 and 49. RGB value is (184,226,73). Sum of RGB (Red+Green+Blue) = 184+226+73=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8E249 is #471DB6. Grayscale: #C4C4C4. Windows color (decimal): -4660663 or 4842168. OLE color: 4842168.
HSL color Cylindrical-coordinate representation of color #B8E249: hue angle of 76.47º 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 #B8E249 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 226 | 73 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.11 |
| HSL | 76.47º | 0.73% | 0.59% | - |
| HSV(B) | 76.47º | 0.68% | 0.89% | - |
| XYZ | 48.17 | 65.06 | 16.32 | - |
| YUV | 196 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 226 | 73 | 0.19 | 0 | 0.68 | 0.11 | 76.47 | 0.73 | 0.59 |
| Hex | B8 | E2 | 49 | 13 | 0 | 44 | B | 4C | 49 | 3B |
| Octal | 270 | 342 | 111 | 23 | 0 | 104 | 13 | 114 | 111 | 73 |
| Binary | 10111000 | 11100010 | 1001001 | 10011 | 0 | 1000100 | 1011 | 1001100 | 1001001 | 111011 |
Color Harmonies of #B8E249
Complementary color
Monochromatic Colors of #B8E249
Black with #B8E249
Text Example
Text Example
White with #B8E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E249; }
p { color: rgb(184,226,73); }
H1.HeaderClassName
{
color: #B8E249;
}
.AnyTagClassName
{
color: #B8E249;
}
</style>
background-color css
<style>
a { background-color: #B8E249; }
a { background-color: rgb(184,226,73); }
div.DivClassName
{
background-color: #B8E249;
}
.BgClassName
{
background-color: #B8E249;
}
</style>
border-color css
<style>
span { border-color: #B8E249; }
span { border-color: rgb(184,226,73); }
td.TdClassName
{
border-color: #B8E249;
}
.TagClassName
{
border-color: #B8E249;
}
</style>