Shades of Conifer #B6DB47
Tints of Conifer #B6DB47
RGB
CMYK
RGB Variations
Color information
#B6DB47 (or 0xB6DB47) is known color: Conifer. HEX triplet: B6, DB and 47. RGB value is (182,219,71). Sum of RGB (Red+Green+Blue) = 182+219+71=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DB47 is #4924B8. Grayscale: #BFBFBF. Windows color (decimal): -4793529 or 4709302. OLE color: 4709302.
HSL color Cylindrical-coordinate representation of color #B6DB47: hue angle of 75º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B6DB47 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 71 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.14 |
| HSL | 75º | 0.67% | 0.57% | - |
| HSV(B) | 75º | 0.68% | 0.86% | - |
| XYZ | 45.76 | 61.06 | 15.34 | - |
| YUV | 191.07 | 60.24 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 71 | 0.17 | 0 | 0.68 | 0.14 | 75 | 0.67 | 0.57 |
| Hex | B6 | DB | 47 | 11 | 0 | 44 | E | 4B | 43 | 39 |
| Octal | 266 | 333 | 107 | 21 | 0 | 104 | 16 | 113 | 103 | 71 |
| Binary | 10110110 | 11011011 | 1000111 | 10001 | 0 | 1000100 | 1110 | 1001011 | 1000011 | 111001 |
Color Harmonies of #B6DB47
Complementary color
Monochromatic Colors of #B6DB47
Black with #B6DB47
Text Example
Text Example
White with #B6DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DB47; }
p { color: rgb(182,219,71); }
H1.HeaderClassName
{
color: #B6DB47;
}
.AnyTagClassName
{
color: #B6DB47;
}
</style>
background-color css
<style>
a { background-color: #B6DB47; }
a { background-color: rgb(182,219,71); }
div.DivClassName
{
background-color: #B6DB47;
}
.BgClassName
{
background-color: #B6DB47;
}
</style>
border-color css
<style>
span { border-color: #B6DB47; }
span { border-color: rgb(182,219,71); }
td.TdClassName
{
border-color: #B6DB47;
}
.TagClassName
{
border-color: #B6DB47;
}
</style>