Shades of Conifer #B6DD6C
Tints of Conifer #B6DD6C
RGB
CMYK
RGB Variations
Color information
#B6DD6C (or 0xB6DD6C) is known color: Conifer. HEX triplet: B6, DD and 6C. RGB value is (182,221,108). Sum of RGB (Red+Green+Blue) = 182+221+108=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6DD6C is #492293. Grayscale: #C4C4C4. Windows color (decimal): -4792980 or 7134646. OLE color: 7134646.
HSL color Cylindrical-coordinate representation of color #B6DD6C: hue angle of 80.71º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6DD6C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 108 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.13 |
| HSL | 80.71º | 0.62% | 0.65% | - |
| HSV(B) | 80.71º | 0.51% | 0.87% | - |
| XYZ | 47.85 | 62.74 | 23.78 | - |
| YUV | 196.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 108 | 0.18 | 0 | 0.51 | 0.13 | 80.71 | 0.62 | 0.65 |
| Hex | B6 | DD | 6C | 12 | 0 | 33 | D | 51 | 3E | 41 |
| Octal | 266 | 335 | 154 | 22 | 0 | 63 | 15 | 121 | 76 | 101 |
| Binary | 10110110 | 11011101 | 1101100 | 10010 | 0 | 110011 | 1101 | 1010001 | 111110 | 1000001 |
Color Harmonies of #B6DD6C
Complementary color
Monochromatic Colors of #B6DD6C
Black with #B6DD6C
Text Example
Text Example
White with #B6DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DD6C; }
p { color: rgb(182,221,108); }
H1.HeaderClassName
{
color: #B6DD6C;
}
.AnyTagClassName
{
color: #B6DD6C;
}
</style>
background-color css
<style>
a { background-color: #B6DD6C; }
a { background-color: rgb(182,221,108); }
div.DivClassName
{
background-color: #B6DD6C;
}
.BgClassName
{
background-color: #B6DD6C;
}
</style>
border-color css
<style>
span { border-color: #B6DD6C; }
span { border-color: rgb(182,221,108); }
td.TdClassName
{
border-color: #B6DD6C;
}
.TagClassName
{
border-color: #B6DD6C;
}
</style>