Shades of Conifer #B4DB49
Tints of Conifer #B4DB49
RGB
CMYK
RGB Variations
Color information
#B4DB49 (or 0xB4DB49) is known color: Conifer. HEX triplet: B4, DB and 49. RGB value is (180,219,73). Sum of RGB (Red+Green+Blue) = 180+219+73=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DB49 is #4B24B6. Grayscale: #BFBFBF. Windows color (decimal): -4924599 or 4840372. OLE color: 4840372.
HSL color Cylindrical-coordinate representation of color #B4DB49: hue angle of 76.03º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4DB49 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 73 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.14 |
| HSL | 76.03º | 0.67% | 0.57% | - |
| HSV(B) | 76.03º | 0.67% | 0.86% | - |
| XYZ | 45.36 | 60.85 | 15.66 | - |
| YUV | 190.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 73 | 0.18 | 0 | 0.67 | 0.14 | 76.03 | 0.67 | 0.57 |
| Hex | B4 | DB | 49 | 12 | 0 | 43 | E | 4C | 43 | 39 |
| Octal | 264 | 333 | 111 | 22 | 0 | 103 | 16 | 114 | 103 | 71 |
| Binary | 10110100 | 11011011 | 1001001 | 10010 | 0 | 1000011 | 1110 | 1001100 | 1000011 | 111001 |
Color Harmonies of #B4DB49
Complementary color
Monochromatic Colors of #B4DB49
Black with #B4DB49
Text Example
Text Example
White with #B4DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB49; }
p { color: rgb(180,219,73); }
H1.HeaderClassName
{
color: #B4DB49;
}
.AnyTagClassName
{
color: #B4DB49;
}
</style>
background-color css
<style>
a { background-color: #B4DB49; }
a { background-color: rgb(180,219,73); }
div.DivClassName
{
background-color: #B4DB49;
}
.BgClassName
{
background-color: #B4DB49;
}
</style>
border-color css
<style>
span { border-color: #B4DB49; }
span { border-color: rgb(180,219,73); }
td.TdClassName
{
border-color: #B4DB49;
}
.TagClassName
{
border-color: #B4DB49;
}
</style>