Shades of Conifer #B8D95C
Tints of Conifer #B8D95C
RGB
CMYK
RGB Variations
Color information
#B8D95C (or 0xB8D95C) is known color: Conifer. HEX triplet: B8, D9 and 5C. RGB value is (184,217,92). Sum of RGB (Red+Green+Blue) = 184+217+92=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D95C is #4726A3. Grayscale: #C1C1C1. Windows color (decimal): -4662948 or 6085048. OLE color: 6085048.
HSL color Cylindrical-coordinate representation of color #B8D95C: hue angle of 75.84º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8D95C is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 92 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.15 |
| HSL | 75.84º | 0.62% | 0.61% | - |
| HSV(B) | 75.84º | 0.58% | 0.85% | - |
| XYZ | 46.51 | 60.59 | 19.37 | - |
| YUV | 192.88 | 71.07 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 92 | 0.15 | 0 | 0.58 | 0.15 | 75.84 | 0.62 | 0.61 |
| Hex | B8 | D9 | 5C | F | 0 | 3A | F | 4C | 3E | 3D |
| Octal | 270 | 331 | 134 | 17 | 0 | 72 | 17 | 114 | 76 | 75 |
| Binary | 10111000 | 11011001 | 1011100 | 1111 | 0 | 111010 | 1111 | 1001100 | 111110 | 111101 |
Color Harmonies of #B8D95C
Complementary color
Monochromatic Colors of #B8D95C
Black with #B8D95C
Text Example
Text Example
White with #B8D95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D95C; }
p { color: rgb(184,217,92); }
H1.HeaderClassName
{
color: #B8D95C;
}
.AnyTagClassName
{
color: #B8D95C;
}
</style>
background-color css
<style>
a { background-color: #B8D95C; }
a { background-color: rgb(184,217,92); }
div.DivClassName
{
background-color: #B8D95C;
}
.BgClassName
{
background-color: #B8D95C;
}
</style>
border-color css
<style>
span { border-color: #B8D95C; }
span { border-color: rgb(184,217,92); }
td.TdClassName
{
border-color: #B8D95C;
}
.TagClassName
{
border-color: #B8D95C;
}
</style>