Shades of Conifer #B6DB4C
Tints of Conifer #B6DB4C
RGB
CMYK
RGB Variations
Color information
#B6DB4C (or 0xB6DB4C) is known color: Conifer. HEX triplet: B6, DB and 4C. RGB value is (182,219,76). Sum of RGB (Red+Green+Blue) = 182+219+76=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB4C is #4924B3. Grayscale: #C0C0C0. Windows color (decimal): -4793524 or 5036982. OLE color: 5036982.
HSL color Cylindrical-coordinate representation of color #B6DB4C: hue angle of 75.52º 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 #B6DB4C is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 76 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.14 |
| HSL | 75.52º | 0.67% | 0.58% | - |
| HSV(B) | 75.52º | 0.65% | 0.86% | - |
| XYZ | 45.93 | 61.13 | 16.22 | - |
| YUV | 191.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 76 | 0.17 | 0 | 0.65 | 0.14 | 75.52 | 0.67 | 0.58 |
| Hex | B6 | DB | 4C | 11 | 0 | 41 | E | 4C | 43 | 3A |
| Octal | 266 | 333 | 114 | 21 | 0 | 101 | 16 | 114 | 103 | 72 |
| Binary | 10110110 | 11011011 | 1001100 | 10001 | 0 | 1000001 | 1110 | 1001100 | 1000011 | 111010 |
Color Harmonies of #B6DB4C
Complementary color
Monochromatic Colors of #B6DB4C
Black with #B6DB4C
Text Example
Text Example
White with #B6DB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB4C; }
p { color: rgb(182,219,76); }
H1.HeaderClassName
{
color: #B6DB4C;
}
.AnyTagClassName
{
color: #B6DB4C;
}
</style>
background-color css
<style>
a { background-color: #B6DB4C; }
a { background-color: rgb(182,219,76); }
div.DivClassName
{
background-color: #B6DB4C;
}
.BgClassName
{
background-color: #B6DB4C;
}
</style>
border-color css
<style>
span { border-color: #B6DB4C; }
span { border-color: rgb(182,219,76); }
td.TdClassName
{
border-color: #B6DB4C;
}
.TagClassName
{
border-color: #B6DB4C;
}
</style>