Shades of Conifer #B8D861
Tints of Conifer #B8D861
RGB
CMYK
RGB Variations
Color information
#B8D861 (or 0xB8D861) is known color: Conifer. HEX triplet: B8, D8 and 61. RGB value is (184,216,97). Sum of RGB (Red+Green+Blue) = 184+216+97=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D861 is #47279E. Grayscale: #C1C1C1. Windows color (decimal): -4663199 or 6412472. OLE color: 6412472.
HSL color Cylindrical-coordinate representation of color #B8D861: hue angle of 76.13º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8D861 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 216 | 97 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.15 |
| HSL | 76.13º | 0.6% | 0.61% | - |
| HSV(B) | 76.13º | 0.55% | 0.85% | - |
| XYZ | 46.48 | 60.17 | 20.47 | - |
| YUV | 192.87 | 73.9 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 216 | 97 | 0.15 | 0 | 0.55 | 0.15 | 76.13 | 0.6 | 0.61 |
| Hex | B8 | D8 | 61 | F | 0 | 37 | F | 4C | 3C | 3D |
| Octal | 270 | 330 | 141 | 17 | 0 | 67 | 17 | 114 | 74 | 75 |
| Binary | 10111000 | 11011000 | 1100001 | 1111 | 0 | 110111 | 1111 | 1001100 | 111100 | 111101 |
Color Harmonies of #B8D861
Complementary color
Monochromatic Colors of #B8D861
Black with #B8D861
Text Example
Text Example
White with #B8D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D861; }
p { color: rgb(184,216,97); }
H1.HeaderClassName
{
color: #B8D861;
}
.AnyTagClassName
{
color: #B8D861;
}
</style>
background-color css
<style>
a { background-color: #B8D861; }
a { background-color: rgb(184,216,97); }
div.DivClassName
{
background-color: #B8D861;
}
.BgClassName
{
background-color: #B8D861;
}
</style>
border-color css
<style>
span { border-color: #B8D861; }
span { border-color: rgb(184,216,97); }
td.TdClassName
{
border-color: #B8D861;
}
.TagClassName
{
border-color: #B8D861;
}
</style>