Shades of Conifer #B8DB61
Tints of Conifer #B8DB61
RGB
CMYK
RGB Variations
Color information
#B8DB61 (or 0xB8DB61) is known color: Conifer. HEX triplet: B8, DB and 61. RGB value is (184,219,97). Sum of RGB (Red+Green+Blue) = 184+219+97=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB61 is #47249E. Grayscale: #C3C3C3. Windows color (decimal): -4662431 or 6413240. OLE color: 6413240.
HSL color Cylindrical-coordinate representation of color #B8DB61: hue angle of 77.21º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8DB61 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 97 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.14 |
| HSL | 77.21º | 0.63% | 0.62% | - |
| HSV(B) | 77.21º | 0.56% | 0.86% | - |
| XYZ | 47.26 | 61.72 | 20.73 | - |
| YUV | 194.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 97 | 0.16 | 0 | 0.56 | 0.14 | 77.21 | 0.63 | 0.62 |
| Hex | B8 | DB | 61 | 10 | 0 | 38 | E | 4D | 3F | 3E |
| Octal | 270 | 333 | 141 | 20 | 0 | 70 | 16 | 115 | 77 | 76 |
| Binary | 10111000 | 11011011 | 1100001 | 10000 | 0 | 111000 | 1110 | 1001101 | 111111 | 111110 |
Color Harmonies of #B8DB61
Complementary color
Monochromatic Colors of #B8DB61
Black with #B8DB61
Text Example
Text Example
White with #B8DB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB61; }
p { color: rgb(184,219,97); }
H1.HeaderClassName
{
color: #B8DB61;
}
.AnyTagClassName
{
color: #B8DB61;
}
</style>
background-color css
<style>
a { background-color: #B8DB61; }
a { background-color: rgb(184,219,97); }
div.DivClassName
{
background-color: #B8DB61;
}
.BgClassName
{
background-color: #B8DB61;
}
</style>
border-color css
<style>
span { border-color: #B8DB61; }
span { border-color: rgb(184,219,97); }
td.TdClassName
{
border-color: #B8DB61;
}
.TagClassName
{
border-color: #B8DB61;
}
</style>