Shades of Conifer #B9E448
Tints of Conifer #B9E448
RGB
CMYK
RGB Variations
Color information
#B9E448 (or 0xB9E448) is known color: Conifer. HEX triplet: B9, E4 and 48. RGB value is (185,228,72). Sum of RGB (Red+Green+Blue) = 185+228+72=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E448 is #461BB7. Grayscale: #C5C5C5. Windows color (decimal): -4594616 or 4777145. OLE color: 4777145.
HSL color Cylindrical-coordinate representation of color #B9E448: hue angle of 76.54º degrees, saturation: 0.74, 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 #B9E448 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 72 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.11 |
| HSL | 76.54º | 0.74% | 0.59% | - |
| HSV(B) | 76.54º | 0.68% | 0.89% | - |
| XYZ | 48.92 | 66.27 | 16.34 | - |
| YUV | 197.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 72 | 0.19 | 0 | 0.68 | 0.11 | 76.54 | 0.74 | 0.59 |
| Hex | B9 | E4 | 48 | 13 | 0 | 44 | B | 4D | 4A | 3B |
| Octal | 271 | 344 | 110 | 23 | 0 | 104 | 13 | 115 | 112 | 73 |
| Binary | 10111001 | 11100100 | 1001000 | 10011 | 0 | 1000100 | 1011 | 1001101 | 1001010 | 111011 |
Color Harmonies of #B9E448
Complementary color
Monochromatic Colors of #B9E448
Black with #B9E448
Text Example
Text Example
White with #B9E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E448; }
p { color: rgb(185,228,72); }
H1.HeaderClassName
{
color: #B9E448;
}
.AnyTagClassName
{
color: #B9E448;
}
</style>
background-color css
<style>
a { background-color: #B9E448; }
a { background-color: rgb(185,228,72); }
div.DivClassName
{
background-color: #B9E448;
}
.BgClassName
{
background-color: #B9E448;
}
</style>
border-color css
<style>
span { border-color: #B9E448; }
span { border-color: rgb(185,228,72); }
td.TdClassName
{
border-color: #B9E448;
}
.TagClassName
{
border-color: #B9E448;
}
</style>