Shades of Conifer #B8D85E
Tints of Conifer #B8D85E
RGB
CMYK
RGB Variations
Color information
#B8D85E (or 0xB8D85E) is known color: Conifer. HEX triplet: B8, D8 and 5E. RGB value is (184,216,94). Sum of RGB (Red+Green+Blue) = 184+216+94=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D85E is #4727A1. Grayscale: #C0C0C0. Windows color (decimal): -4663202 or 6215864. OLE color: 6215864.
HSL color Cylindrical-coordinate representation of color #B8D85E: hue angle of 75.74º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8D85E is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 94 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.15 |
| HSL | 75.74º | 0.61% | 0.61% | - |
| HSV(B) | 75.74º | 0.56% | 0.85% | - |
| XYZ | 46.34 | 60.11 | 19.75 | - |
| YUV | 192.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 94 | 0.15 | 0 | 0.56 | 0.15 | 75.74 | 0.61 | 0.61 |
| Hex | B8 | D8 | 5E | F | 0 | 38 | F | 4C | 3D | 3D |
| Octal | 270 | 330 | 136 | 17 | 0 | 70 | 17 | 114 | 75 | 75 |
| Binary | 10111000 | 11011000 | 1011110 | 1111 | 0 | 111000 | 1111 | 1001100 | 111101 | 111101 |
Color Harmonies of #B8D85E
Complementary color
Monochromatic Colors of #B8D85E
Black with #B8D85E
Text Example
Text Example
White with #B8D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D85E; }
p { color: rgb(184,216,94); }
H1.HeaderClassName
{
color: #B8D85E;
}
.AnyTagClassName
{
color: #B8D85E;
}
</style>
background-color css
<style>
a { background-color: #B8D85E; }
a { background-color: rgb(184,216,94); }
div.DivClassName
{
background-color: #B8D85E;
}
.BgClassName
{
background-color: #B8D85E;
}
</style>
border-color css
<style>
span { border-color: #B8D85E; }
span { border-color: rgb(184,216,94); }
td.TdClassName
{
border-color: #B8D85E;
}
.TagClassName
{
border-color: #B8D85E;
}
</style>