Shades of Conifer #B6DC47
Tints of Conifer #B6DC47
RGB
CMYK
RGB Variations
Color information
#B6DC47 (or 0xB6DC47) is known color: Conifer. HEX triplet: B6, DC and 47. RGB value is (182,220,71). Sum of RGB (Red+Green+Blue) = 182+220+71=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DC47 is #4923B8. Grayscale: #C0C0C0. Windows color (decimal): -4793273 or 4709558. OLE color: 4709558.
HSL color Cylindrical-coordinate representation of color #B6DC47: hue angle of 75.3º degrees, saturation: 0.68, 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 #B6DC47 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 71 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.14 |
| HSL | 75.3º | 0.68% | 0.57% | - |
| HSV(B) | 75.3º | 0.68% | 0.86% | - |
| XYZ | 46.02 | 61.59 | 15.42 | - |
| YUV | 191.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 71 | 0.17 | 0 | 0.68 | 0.14 | 75.3 | 0.68 | 0.57 |
| Hex | B6 | DC | 47 | 11 | 0 | 44 | E | 4B | 44 | 39 |
| Octal | 266 | 334 | 107 | 21 | 0 | 104 | 16 | 113 | 104 | 71 |
| Binary | 10110110 | 11011100 | 1000111 | 10001 | 0 | 1000100 | 1110 | 1001011 | 1000100 | 111001 |
Color Harmonies of #B6DC47
Complementary color
Monochromatic Colors of #B6DC47
Black with #B6DC47
Text Example
Text Example
White with #B6DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC47; }
p { color: rgb(182,220,71); }
H1.HeaderClassName
{
color: #B6DC47;
}
.AnyTagClassName
{
color: #B6DC47;
}
</style>
background-color css
<style>
a { background-color: #B6DC47; }
a { background-color: rgb(182,220,71); }
div.DivClassName
{
background-color: #B6DC47;
}
.BgClassName
{
background-color: #B6DC47;
}
</style>
border-color css
<style>
span { border-color: #B6DC47; }
span { border-color: rgb(182,220,71); }
td.TdClassName
{
border-color: #B6DC47;
}
.TagClassName
{
border-color: #B6DC47;
}
</style>