Shades of Moss Green #B6DAB5
Tints of Moss Green #B6DAB5
RGB
CMYK
RGB Variations
Color information
#B6DAB5 (or 0xB6DAB5) is known color: Moss Green. HEX triplet: B6, DA and B5. RGB value is (182,218,181). Sum of RGB (Red+Green+Blue) = 182+218+181=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #B6DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DAB5 is #49254A. Grayscale: #CBCBCB. Windows color (decimal): -4793675 or 11918006. OLE color: 11918006.
HSL color Cylindrical-coordinate representation of color #B6DAB5: hue angle of 118.38º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DAB5 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 182 | 218 | 181 | - |
CMYK | 0.17 | 0 | 0.17 | 0.15 |
HSL | 118.38º | 0.33% | 0.78% | - |
HSV(B) | 118.38º | 0.17% | 0.85% | - |
XYZ | 52.7 | 63.42 | 53.18 | - |
YUV | 203.02 | 115.57 | 113.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 218 | 181 | 0.17 | 0 | 0.17 | 0.15 | 118.38 | 0.33 | 0.78 |
Hex | B6 | DA | B5 | 11 | 0 | 11 | F | 76 | 21 | 4E |
Octal | 266 | 332 | 265 | 21 | 0 | 21 | 17 | 166 | 41 | 116 |
Binary | 10110110 | 11011010 | 10110101 | 10001 | 0 | 10001 | 1111 | 1110110 | 100001 | 1001110 |
Color Harmonies of #B6DAB5
Complementary color
Monochromatic Colors of #B6DAB5
Black with #B6DAB5
Text Example
Text Example
White with #B6DAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DAB5; }
p { color: rgb(182,218,181); }
H1.HeaderClassName
{
color: #B6DAB5;
}
.AnyTagClassName
{
color: #B6DAB5;
}
</style>
background-color css
<style>
a { background-color: #B6DAB5; }
a { background-color: rgb(182,218,181); }
div.DivClassName
{
background-color: #B6DAB5;
}
.BgClassName
{
background-color: #B6DAB5;
}
</style>
border-color css
<style>
span { border-color: #B6DAB5; }
span { border-color: rgb(182,218,181); }
td.TdClassName
{
border-color: #B6DAB5;
}
.TagClassName
{
border-color: #B6DAB5;
}
</style>