Shades of Green Spring #A8B28E
Tints of Green Spring #A8B28E
RGB
CMYK
RGB Variations
Color information
#A8B28E (or 0xA8B28E) is known color: Green Spring. HEX triplet: A8, B2 and 8E. RGB value is (168,178,142). Sum of RGB (Red+Green+Blue) = 168+178+142=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B28E is #574D71. Grayscale: #ABABAB. Windows color (decimal): -5721458 or 9351848. OLE color: 9351848.
HSL color Cylindrical-coordinate representation of color #A8B28E: hue angle of 76.67º 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 #A8B28E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 142 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.30 |
| HSL | 76.67º | 0.19% | 0.63% | - |
| HSV(B) | 76.67º | 0.2% | 0.7% | - |
| XYZ | 36.95 | 42.12 | 31.77 | - |
| YUV | 170.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 142 | 0.06 | 0 | 0.20 | 0.30 | 76.67 | 0.19 | 0.63 |
| Hex | A8 | B2 | 8E | 6 | 0 | 14 | 1E | 4D | 13 | 3F |
| Octal | 250 | 262 | 216 | 6 | 0 | 24 | 36 | 115 | 23 | 77 |
| Binary | 10101000 | 10110010 | 10001110 | 110 | 0 | 10100 | 11110 | 1001101 | 10011 | 111111 |
Color Harmonies of #A8B28E
Complementary color
Monochromatic Colors of #A8B28E
Black with #A8B28E
Text Example
Text Example
White with #A8B28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B28E; }
p { color: rgb(168,178,142); }
H1.HeaderClassName
{
color: #A8B28E;
}
.AnyTagClassName
{
color: #A8B28E;
}
</style>
background-color css
<style>
a { background-color: #A8B28E; }
a { background-color: rgb(168,178,142); }
div.DivClassName
{
background-color: #A8B28E;
}
.BgClassName
{
background-color: #A8B28E;
}
</style>
border-color css
<style>
span { border-color: #A8B28E; }
span { border-color: rgb(168,178,142); }
td.TdClassName
{
border-color: #A8B28E;
}
.TagClassName
{
border-color: #A8B28E;
}
</style>