Shades of Conifer #B8D963
Tints of Conifer #B8D963
RGB
CMYK
RGB Variations
Color information
#B8D963 (or 0xB8D963) is known color: Conifer. HEX triplet: B8, D9 and 63. RGB value is (184,217,99). Sum of RGB (Red+Green+Blue) = 184+217+99=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D963 is #47269C. Grayscale: #C2C2C2. Windows color (decimal): -4662941 or 6543800. OLE color: 6543800.
HSL color Cylindrical-coordinate representation of color #B8D963: hue angle of 76.78º 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 #B8D963 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 217 | 99 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.15 |
| HSL | 76.78º | 0.61% | 0.62% | - |
| HSV(B) | 76.78º | 0.54% | 0.85% | - |
| XYZ | 46.83 | 60.72 | 21.06 | - |
| YUV | 193.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 217 | 99 | 0.15 | 0 | 0.54 | 0.15 | 76.78 | 0.61 | 0.62 |
| Hex | B8 | D9 | 63 | F | 0 | 36 | F | 4D | 3D | 3E |
| Octal | 270 | 331 | 143 | 17 | 0 | 66 | 17 | 115 | 75 | 76 |
| Binary | 10111000 | 11011001 | 1100011 | 1111 | 0 | 110110 | 1111 | 1001101 | 111101 | 111110 |
Color Harmonies of #B8D963
Complementary color
Monochromatic Colors of #B8D963
Black with #B8D963
Text Example
Text Example
White with #B8D963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D963; }
p { color: rgb(184,217,99); }
H1.HeaderClassName
{
color: #B8D963;
}
.AnyTagClassName
{
color: #B8D963;
}
</style>
background-color css
<style>
a { background-color: #B8D963; }
a { background-color: rgb(184,217,99); }
div.DivClassName
{
background-color: #B8D963;
}
.BgClassName
{
background-color: #B8D963;
}
</style>
border-color css
<style>
span { border-color: #B8D963; }
span { border-color: rgb(184,217,99); }
td.TdClassName
{
border-color: #B8D963;
}
.TagClassName
{
border-color: #B8D963;
}
</style>