Shades of Conifer #B8D964
Tints of Conifer #B8D964
RGB
CMYK
RGB Variations
Color information
#B8D964 (or 0xB8D964) is known color: Conifer. HEX triplet: B8, D9 and 64. RGB value is (184,217,100). Sum of RGB (Red+Green+Blue) = 184+217+100=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D964 is #47269B. Grayscale: #C2C2C2. Windows color (decimal): -4662940 or 6609336. OLE color: 6609336.
HSL color Cylindrical-coordinate representation of color #B8D964: hue angle of 76.92º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8D964 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 100 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.15 |
| HSL | 76.92º | 0.61% | 0.62% | - |
| HSV(B) | 76.92º | 0.54% | 0.85% | - |
| XYZ | 46.88 | 60.74 | 21.31 | - |
| YUV | 193.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 100 | 0.15 | 0 | 0.54 | 0.15 | 76.92 | 0.61 | 0.62 |
| Hex | B8 | D9 | 64 | F | 0 | 36 | F | 4D | 3D | 3E |
| Octal | 270 | 331 | 144 | 17 | 0 | 66 | 17 | 115 | 75 | 76 |
| Binary | 10111000 | 11011001 | 1100100 | 1111 | 0 | 110110 | 1111 | 1001101 | 111101 | 111110 |
Color Harmonies of #B8D964
Complementary color
Monochromatic Colors of #B8D964
Black with #B8D964
Text Example
Text Example
White with #B8D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D964; }
p { color: rgb(184,217,100); }
H1.HeaderClassName
{
color: #B8D964;
}
.AnyTagClassName
{
color: #B8D964;
}
</style>
background-color css
<style>
a { background-color: #B8D964; }
a { background-color: rgb(184,217,100); }
div.DivClassName
{
background-color: #B8D964;
}
.BgClassName
{
background-color: #B8D964;
}
</style>
border-color css
<style>
span { border-color: #B8D964; }
span { border-color: rgb(184,217,100); }
td.TdClassName
{
border-color: #B8D964;
}
.TagClassName
{
border-color: #B8D964;
}
</style>