Shades of Green Spring #A4B08A
Tints of Green Spring #A4B08A
RGB
CMYK
RGB Variations
Color information
#A4B08A (or 0xA4B08A) is known color: Green Spring. HEX triplet: A4, B0 and 8A. RGB value is (164,176,138). Sum of RGB (Red+Green+Blue) = 164+176+138=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B08A is #5B4F75. Grayscale: #A8A8A8. Windows color (decimal): -5984118 or 9089188. OLE color: 9089188.
HSL color Cylindrical-coordinate representation of color #A4B08A: hue angle of 78.95º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4B08A is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 138 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.31 |
| HSL | 78.95º | 0.19% | 0.62% | - |
| HSV(B) | 78.95º | 0.22% | 0.69% | - |
| XYZ | 35.42 | 40.78 | 30.05 | - |
| YUV | 168.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 138 | 0.07 | 0 | 0.22 | 0.31 | 78.95 | 0.19 | 0.62 |
| Hex | A4 | B0 | 8A | 7 | 0 | 16 | 1F | 4F | 13 | 3E |
| Octal | 244 | 260 | 212 | 7 | 0 | 26 | 37 | 117 | 23 | 76 |
| Binary | 10100100 | 10110000 | 10001010 | 111 | 0 | 10110 | 11111 | 1001111 | 10011 | 111110 |
Color Harmonies of #A4B08A
Complementary color
Monochromatic Colors of #A4B08A
Black with #A4B08A
Text Example
Text Example
White with #A4B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B08A; }
p { color: rgb(164,176,138); }
H1.HeaderClassName
{
color: #A4B08A;
}
.AnyTagClassName
{
color: #A4B08A;
}
</style>
background-color css
<style>
a { background-color: #A4B08A; }
a { background-color: rgb(164,176,138); }
div.DivClassName
{
background-color: #A4B08A;
}
.BgClassName
{
background-color: #A4B08A;
}
</style>
border-color css
<style>
span { border-color: #A4B08A; }
span { border-color: rgb(164,176,138); }
td.TdClassName
{
border-color: #A4B08A;
}
.TagClassName
{
border-color: #A4B08A;
}
</style>