Shades of Conifer #B8D95D
Tints of Conifer #B8D95D
RGB
CMYK
RGB Variations
Color information
#B8D95D (or 0xB8D95D) is known color: Conifer. HEX triplet: B8, D9 and 5D. RGB value is (184,217,93). Sum of RGB (Red+Green+Blue) = 184+217+93=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D95D is #4726A2. Grayscale: #C1C1C1. Windows color (decimal): -4662947 or 6150584. OLE color: 6150584.
HSL color Cylindrical-coordinate representation of color #B8D95D: hue angle of 75.97º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8D95D is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 93 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.15 |
| HSL | 75.97º | 0.62% | 0.61% | - |
| HSV(B) | 75.97º | 0.57% | 0.85% | - |
| XYZ | 46.56 | 60.61 | 19.6 | - |
| YUV | 193 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 93 | 0.15 | 0 | 0.57 | 0.15 | 75.97 | 0.62 | 0.61 |
| Hex | B8 | D9 | 5D | F | 0 | 39 | F | 4C | 3E | 3D |
| Octal | 270 | 331 | 135 | 17 | 0 | 71 | 17 | 114 | 76 | 75 |
| Binary | 10111000 | 11011001 | 1011101 | 1111 | 0 | 111001 | 1111 | 1001100 | 111110 | 111101 |
Color Harmonies of #B8D95D
Complementary color
Monochromatic Colors of #B8D95D
Black with #B8D95D
Text Example
Text Example
White with #B8D95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D95D; }
p { color: rgb(184,217,93); }
H1.HeaderClassName
{
color: #B8D95D;
}
.AnyTagClassName
{
color: #B8D95D;
}
</style>
background-color css
<style>
a { background-color: #B8D95D; }
a { background-color: rgb(184,217,93); }
div.DivClassName
{
background-color: #B8D95D;
}
.BgClassName
{
background-color: #B8D95D;
}
</style>
border-color css
<style>
span { border-color: #B8D95D; }
span { border-color: rgb(184,217,93); }
td.TdClassName
{
border-color: #B8D95D;
}
.TagClassName
{
border-color: #B8D95D;
}
</style>