Shades of Green Spring #A6B28F
Tints of Green Spring #A6B28F
RGB
CMYK
RGB Variations
Color information
#A6B28F (or 0xA6B28F) is known color: Green Spring. HEX triplet: A6, B2 and 8F. RGB value is (166,178,143). Sum of RGB (Red+Green+Blue) = 166+178+143=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B28F is #594D70. Grayscale: #AAAAAA. Windows color (decimal): -5852529 or 9417382. OLE color: 9417382.
HSL color Cylindrical-coordinate representation of color #A6B28F: hue angle of 80.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6B28F is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 143 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.30 |
| HSL | 80.57º | 0.19% | 0.63% | - |
| HSV(B) | 80.57º | 0.2% | 0.7% | - |
| XYZ | 36.6 | 41.93 | 32.15 | - |
| YUV | 170.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 143 | 0.07 | 0 | 0.20 | 0.30 | 80.57 | 0.19 | 0.63 |
| Hex | A6 | B2 | 8F | 7 | 0 | 14 | 1E | 51 | 13 | 3F |
| Octal | 246 | 262 | 217 | 7 | 0 | 24 | 36 | 121 | 23 | 77 |
| Binary | 10100110 | 10110010 | 10001111 | 111 | 0 | 10100 | 11110 | 1010001 | 10011 | 111111 |
Color Harmonies of #A6B28F
Complementary color
Monochromatic Colors of #A6B28F
Black with #A6B28F
Text Example
Text Example
White with #A6B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B28F; }
p { color: rgb(166,178,143); }
H1.HeaderClassName
{
color: #A6B28F;
}
.AnyTagClassName
{
color: #A6B28F;
}
</style>
background-color css
<style>
a { background-color: #A6B28F; }
a { background-color: rgb(166,178,143); }
div.DivClassName
{
background-color: #A6B28F;
}
.BgClassName
{
background-color: #A6B28F;
}
</style>
border-color css
<style>
span { border-color: #A6B28F; }
span { border-color: rgb(166,178,143); }
td.TdClassName
{
border-color: #A6B28F;
}
.TagClassName
{
border-color: #A6B28F;
}
</style>