Shades of Conifer #B4DB6A
Tints of Conifer #B4DB6A
RGB
CMYK
RGB Variations
Color information
#B4DB6A (or 0xB4DB6A) is known color: Conifer. HEX triplet: B4, DB and 6A. RGB value is (180,219,106). Sum of RGB (Red+Green+Blue) = 180+219+106=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DB6A is #4B2495. Grayscale: #C2C2C2. Windows color (decimal): -4924566 or 7003060. OLE color: 7003060.
HSL color Cylindrical-coordinate representation of color #B4DB6A: hue angle of 80.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4DB6A is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 106 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.14 |
| HSL | 80.71º | 0.61% | 0.64% | - |
| HSV(B) | 80.71º | 0.52% | 0.86% | - |
| XYZ | 46.76 | 61.41 | 23.02 | - |
| YUV | 194.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 106 | 0.18 | 0 | 0.52 | 0.14 | 80.71 | 0.61 | 0.64 |
| Hex | B4 | DB | 6A | 12 | 0 | 34 | E | 51 | 3D | 40 |
| Octal | 264 | 333 | 152 | 22 | 0 | 64 | 16 | 121 | 75 | 100 |
| Binary | 10110100 | 11011011 | 1101010 | 10010 | 0 | 110100 | 1110 | 1010001 | 111101 | 1000000 |
Color Harmonies of #B4DB6A
Complementary color
Monochromatic Colors of #B4DB6A
Black with #B4DB6A
Text Example
Text Example
White with #B4DB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DB6A; }
p { color: rgb(180,219,106); }
H1.HeaderClassName
{
color: #B4DB6A;
}
.AnyTagClassName
{
color: #B4DB6A;
}
</style>
background-color css
<style>
a { background-color: #B4DB6A; }
a { background-color: rgb(180,219,106); }
div.DivClassName
{
background-color: #B4DB6A;
}
.BgClassName
{
background-color: #B4DB6A;
}
</style>
border-color css
<style>
span { border-color: #B4DB6A; }
span { border-color: rgb(180,219,106); }
td.TdClassName
{
border-color: #B4DB6A;
}
.TagClassName
{
border-color: #B4DB6A;
}
</style>