Shades of Conifer #B6DC5E
Tints of Conifer #B6DC5E
RGB
CMYK
RGB Variations
Color information
#B6DC5E (or 0xB6DC5E) is known color: Conifer. HEX triplet: B6, DC and 5E. RGB value is (182,220,94). Sum of RGB (Red+Green+Blue) = 182+220+94=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DC5E is #4923A1. Grayscale: #C2C2C2. Windows color (decimal): -4793250 or 6216886. OLE color: 6216886.
HSL color Cylindrical-coordinate representation of color #B6DC5E: hue angle of 78.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6DC5E is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 94 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.14 |
| HSL | 78.1º | 0.64% | 0.62% | - |
| HSV(B) | 78.1º | 0.57% | 0.86% | - |
| XYZ | 46.9 | 61.94 | 20.07 | - |
| YUV | 194.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 94 | 0.17 | 0 | 0.57 | 0.14 | 78.1 | 0.64 | 0.62 |
| Hex | B6 | DC | 5E | 11 | 0 | 39 | E | 4E | 40 | 3E |
| Octal | 266 | 334 | 136 | 21 | 0 | 71 | 16 | 116 | 100 | 76 |
| Binary | 10110110 | 11011100 | 1011110 | 10001 | 0 | 111001 | 1110 | 1001110 | 1000000 | 111110 |
Color Harmonies of #B6DC5E
Complementary color
Monochromatic Colors of #B6DC5E
Black with #B6DC5E
Text Example
Text Example
White with #B6DC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DC5E; }
p { color: rgb(182,220,94); }
H1.HeaderClassName
{
color: #B6DC5E;
}
.AnyTagClassName
{
color: #B6DC5E;
}
</style>
background-color css
<style>
a { background-color: #B6DC5E; }
a { background-color: rgb(182,220,94); }
div.DivClassName
{
background-color: #B6DC5E;
}
.BgClassName
{
background-color: #B6DC5E;
}
</style>
border-color css
<style>
span { border-color: #B6DC5E; }
span { border-color: rgb(182,220,94); }
td.TdClassName
{
border-color: #B6DC5E;
}
.TagClassName
{
border-color: #B6DC5E;
}
</style>