Shades of Green Spring #A8B28C
Tints of Green Spring #A8B28C
RGB
CMYK
RGB Variations
Color information
#A8B28C (or 0xA8B28C) is known color: Green Spring. HEX triplet: A8, B2 and 8C. RGB value is (168,178,140). Sum of RGB (Red+Green+Blue) = 168+178+140=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B28C is #574D73. Grayscale: #AAAAAA. Windows color (decimal): -5721460 or 9220776. OLE color: 9220776.
HSL color Cylindrical-coordinate representation of color #A8B28C: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8B28C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 140 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.30 |
| HSL | 75.79º | 0.2% | 0.62% | - |
| HSV(B) | 75.79º | 0.21% | 0.7% | - |
| XYZ | 36.8 | 42.06 | 30.99 | - |
| YUV | 170.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 140 | 0.06 | 0 | 0.21 | 0.30 | 75.79 | 0.2 | 0.62 |
| Hex | A8 | B2 | 8C | 6 | 0 | 15 | 1E | 4C | 14 | 3E |
| Octal | 250 | 262 | 214 | 6 | 0 | 25 | 36 | 114 | 24 | 76 |
| Binary | 10101000 | 10110010 | 10001100 | 110 | 0 | 10101 | 11110 | 1001100 | 10100 | 111110 |
Color Harmonies of #A8B28C
Complementary color
Monochromatic Colors of #A8B28C
Black with #A8B28C
Text Example
Text Example
White with #A8B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B28C; }
p { color: rgb(168,178,140); }
H1.HeaderClassName
{
color: #A8B28C;
}
.AnyTagClassName
{
color: #A8B28C;
}
</style>
background-color css
<style>
a { background-color: #A8B28C; }
a { background-color: rgb(168,178,140); }
div.DivClassName
{
background-color: #A8B28C;
}
.BgClassName
{
background-color: #A8B28C;
}
</style>
border-color css
<style>
span { border-color: #A8B28C; }
span { border-color: rgb(168,178,140); }
td.TdClassName
{
border-color: #A8B28C;
}
.TagClassName
{
border-color: #A8B28C;
}
</style>