Shades of Conifer #B8DB5D
Tints of Conifer #B8DB5D
RGB
CMYK
RGB Variations
Color information
#B8DB5D (or 0xB8DB5D) is known color: Conifer. HEX triplet: B8, DB and 5D. RGB value is (184,219,93). Sum of RGB (Red+Green+Blue) = 184+219+93=496 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.10% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DB5D is #4724A2. Grayscale: #C2C2C2. Windows color (decimal): -4662435 or 6151096. OLE color: 6151096.
HSL color Cylindrical-coordinate representation of color #B8DB5D: hue angle of 76.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8DB5D is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 93 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.14 |
| HSL | 76.67º | 0.64% | 0.61% | - |
| HSV(B) | 76.67º | 0.58% | 0.86% | - |
| XYZ | 47.07 | 61.64 | 19.77 | - |
| YUV | 194.17 | 70.9 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 93 | 0.16 | 0 | 0.58 | 0.14 | 76.67 | 0.64 | 0.61 |
| Hex | B8 | DB | 5D | 10 | 0 | 3A | E | 4D | 40 | 3D |
| Octal | 270 | 333 | 135 | 20 | 0 | 72 | 16 | 115 | 100 | 75 |
| Binary | 10111000 | 11011011 | 1011101 | 10000 | 0 | 111010 | 1110 | 1001101 | 1000000 | 111101 |
Color Harmonies of #B8DB5D
Complementary color
Monochromatic Colors of #B8DB5D
Black with #B8DB5D
Text Example
Text Example
White with #B8DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB5D; }
p { color: rgb(184,219,93); }
H1.HeaderClassName
{
color: #B8DB5D;
}
.AnyTagClassName
{
color: #B8DB5D;
}
</style>
background-color css
<style>
a { background-color: #B8DB5D; }
a { background-color: rgb(184,219,93); }
div.DivClassName
{
background-color: #B8DB5D;
}
.BgClassName
{
background-color: #B8DB5D;
}
</style>
border-color css
<style>
span { border-color: #B8DB5D; }
span { border-color: rgb(184,219,93); }
td.TdClassName
{
border-color: #B8DB5D;
}
.TagClassName
{
border-color: #B8DB5D;
}
</style>