Shades of Green Spring #A8B08D
Tints of Green Spring #A8B08D
RGB
CMYK
RGB Variations
Color information
#A8B08D (or 0xA8B08D) is known color: Green Spring. HEX triplet: A8, B0 and 8D. RGB value is (168,176,141). Sum of RGB (Red+Green+Blue) = 168+176+141=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B08D is #574F72. Grayscale: #A9A9A9. Windows color (decimal): -5721971 or 9285800. OLE color: 9285800.
HSL color Cylindrical-coordinate representation of color #A8B08D: hue angle of 73.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8B08D is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 141 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.31 |
| HSL | 73.71º | 0.18% | 0.62% | - |
| HSV(B) | 73.71º | 0.2% | 0.69% | - |
| XYZ | 36.48 | 41.3 | 31.25 | - |
| YUV | 169.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 141 | 0.05 | 0 | 0.20 | 0.31 | 73.71 | 0.18 | 0.62 |
| Hex | A8 | B0 | 8D | 5 | 0 | 14 | 1F | 4A | 12 | 3E |
| Octal | 250 | 260 | 215 | 5 | 0 | 24 | 37 | 112 | 22 | 76 |
| Binary | 10101000 | 10110000 | 10001101 | 101 | 0 | 10100 | 11111 | 1001010 | 10010 | 111110 |
Color Harmonies of #A8B08D
Complementary color
Monochromatic Colors of #A8B08D
Black with #A8B08D
Text Example
Text Example
White with #A8B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B08D; }
p { color: rgb(168,176,141); }
H1.HeaderClassName
{
color: #A8B08D;
}
.AnyTagClassName
{
color: #A8B08D;
}
</style>
background-color css
<style>
a { background-color: #A8B08D; }
a { background-color: rgb(168,176,141); }
div.DivClassName
{
background-color: #A8B08D;
}
.BgClassName
{
background-color: #A8B08D;
}
</style>
border-color css
<style>
span { border-color: #A8B08D; }
span { border-color: rgb(168,176,141); }
td.TdClassName
{
border-color: #A8B08D;
}
.TagClassName
{
border-color: #A8B08D;
}
</style>