Shades of Conifer #B9E85D
Tints of Conifer #B9E85D
RGB
CMYK
RGB Variations
Color information
#B9E85D (or 0xB9E85D) is known color: Conifer. HEX triplet: B9, E8 and 5D. RGB value is (185,232,93). Sum of RGB (Red+Green+Blue) = 185+232+93=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E85D is #4617A2. Grayscale: #CACACA. Windows color (decimal): -4593571 or 6154425. OLE color: 6154425.
HSL color Cylindrical-coordinate representation of color #B9E85D: hue angle of 80.29º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9E85D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 93 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.09 |
| HSL | 80.29º | 0.75% | 0.64% | - |
| HSV(B) | 80.29º | 0.6% | 0.91% | - |
| XYZ | 50.84 | 68.82 | 20.96 | - |
| YUV | 202.1 | 66.43 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 93 | 0.20 | 0 | 0.60 | 0.09 | 80.29 | 0.75 | 0.64 |
| Hex | B9 | E8 | 5D | 14 | 0 | 3C | 9 | 50 | 4B | 40 |
| Octal | 271 | 350 | 135 | 24 | 0 | 74 | 11 | 120 | 113 | 100 |
| Binary | 10111001 | 11101000 | 1011101 | 10100 | 0 | 111100 | 1001 | 1010000 | 1001011 | 1000000 |
Color Harmonies of #B9E85D
Complementary color
Monochromatic Colors of #B9E85D
Black with #B9E85D
Text Example
Text Example
White with #B9E85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E85D; }
p { color: rgb(185,232,93); }
H1.HeaderClassName
{
color: #B9E85D;
}
.AnyTagClassName
{
color: #B9E85D;
}
</style>
background-color css
<style>
a { background-color: #B9E85D; }
a { background-color: rgb(185,232,93); }
div.DivClassName
{
background-color: #B9E85D;
}
.BgClassName
{
background-color: #B9E85D;
}
</style>
border-color css
<style>
span { border-color: #B9E85D; }
span { border-color: rgb(185,232,93); }
td.TdClassName
{
border-color: #B9E85D;
}
.TagClassName
{
border-color: #B9E85D;
}
</style>