Shades of Conifer #B8DB4C
Tints of Conifer #B8DB4C
RGB
CMYK
RGB Variations
Color information
#B8DB4C (or 0xB8DB4C) is known color: Conifer. HEX triplet: B8, DB and 4C. RGB value is (184,219,76). Sum of RGB (Red+Green+Blue) = 184+219+76=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DB4C is #4724B3. Grayscale: #C0C0C0. Windows color (decimal): -4662452 or 5036984. OLE color: 5036984.
HSL color Cylindrical-coordinate representation of color #B8DB4C: hue angle of 74.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B8DB4C is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 76 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.14 |
| HSL | 74.69º | 0.67% | 0.58% | - |
| HSV(B) | 74.69º | 0.65% | 0.86% | - |
| XYZ | 46.4 | 61.38 | 16.24 | - |
| YUV | 192.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 76 | 0.16 | 0 | 0.65 | 0.14 | 74.69 | 0.67 | 0.58 |
| Hex | B8 | DB | 4C | 10 | 0 | 41 | E | 4B | 43 | 3A |
| Octal | 270 | 333 | 114 | 20 | 0 | 101 | 16 | 113 | 103 | 72 |
| Binary | 10111000 | 11011011 | 1001100 | 10000 | 0 | 1000001 | 1110 | 1001011 | 1000011 | 111010 |
Color Harmonies of #B8DB4C
Complementary color
Monochromatic Colors of #B8DB4C
Black with #B8DB4C
Text Example
Text Example
White with #B8DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DB4C; }
p { color: rgb(184,219,76); }
H1.HeaderClassName
{
color: #B8DB4C;
}
.AnyTagClassName
{
color: #B8DB4C;
}
</style>
background-color css
<style>
a { background-color: #B8DB4C; }
a { background-color: rgb(184,219,76); }
div.DivClassName
{
background-color: #B8DB4C;
}
.BgClassName
{
background-color: #B8DB4C;
}
</style>
border-color css
<style>
span { border-color: #B8DB4C; }
span { border-color: rgb(184,219,76); }
td.TdClassName
{
border-color: #B8DB4C;
}
.TagClassName
{
border-color: #B8DB4C;
}
</style>