Shades of Moss Green #B2D5AC
Tints of Moss Green #B2D5AC
RGB
CMYK
RGB Variations
Color information
#B2D5AC (or 0xB2D5AC) is known color: Moss Green. HEX triplet: B2, D5 and AC. RGB value is (178,213,172). Sum of RGB (Red+Green+Blue) = 178+213+172=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D5AC is #4D2A53. Grayscale: #C5C5C5. Windows color (decimal): -5057108 or 11326898. OLE color: 11326898.
HSL color Cylindrical-coordinate representation of color #B2D5AC: hue angle of 111.22º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2D5AC is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
RGB | 178 | 213 | 172 | - |
CMYK | 0.16 | 0 | 0.19 | 0.16 |
HSL | 111.22º | 0.33% | 0.75% | - |
HSV(B) | 111.22º | 0.19% | 0.84% | - |
XYZ | 49.6 | 60.03 | 48 | - |
YUV | 197.86 | 113.4 | 113.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 213 | 172 | 0.16 | 0 | 0.19 | 0.16 | 111.22 | 0.33 | 0.75 |
Hex | B2 | D5 | AC | 10 | 0 | 13 | 10 | 6F | 21 | 4B |
Octal | 262 | 325 | 254 | 20 | 0 | 23 | 20 | 157 | 41 | 113 |
Binary | 10110010 | 11010101 | 10101100 | 10000 | 0 | 10011 | 10000 | 1101111 | 100001 | 1001011 |
Color Harmonies of #B2D5AC
Complementary color
Monochromatic Colors of #B2D5AC
Black with #B2D5AC
Text Example
Text Example
White with #B2D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D5AC; }
p { color: rgb(178,213,172); }
H1.HeaderClassName
{
color: #B2D5AC;
}
.AnyTagClassName
{
color: #B2D5AC;
}
</style>
background-color css
<style>
a { background-color: #B2D5AC; }
a { background-color: rgb(178,213,172); }
div.DivClassName
{
background-color: #B2D5AC;
}
.BgClassName
{
background-color: #B2D5AC;
}
</style>
border-color css
<style>
span { border-color: #B2D5AC; }
span { border-color: rgb(178,213,172); }
td.TdClassName
{
border-color: #B2D5AC;
}
.TagClassName
{
border-color: #B2D5AC;
}
</style>