Shades of Green Spring #AAB38B
Tints of Green Spring #AAB38B
RGB
CMYK
RGB Variations
Color information
#AAB38B (or 0xAAB38B) is known color: Green Spring. HEX triplet: AA, B3 and 8B. RGB value is (170,179,139). Sum of RGB (Red+Green+Blue) = 170+179+139=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB38B is #554C74. Grayscale: #ABABAB. Windows color (decimal): -5590133 or 9155498. OLE color: 9155498.
HSL color Cylindrical-coordinate representation of color #AAB38B: hue angle of 73.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB38B is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 139 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.30 |
| HSL | 73.5º | 0.21% | 0.62% | - |
| HSV(B) | 73.5º | 0.22% | 0.7% | - |
| XYZ | 37.36 | 42.65 | 30.69 | - |
| YUV | 171.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 139 | 0.05 | 0 | 0.22 | 0.30 | 73.5 | 0.21 | 0.62 |
| Hex | AA | B3 | 8B | 5 | 0 | 16 | 1E | 4A | 15 | 3E |
| Octal | 252 | 263 | 213 | 5 | 0 | 26 | 36 | 112 | 25 | 76 |
| Binary | 10101010 | 10110011 | 10001011 | 101 | 0 | 10110 | 11110 | 1001010 | 10101 | 111110 |
Color Harmonies of #AAB38B
Complementary color
Monochromatic Colors of #AAB38B
Black with #AAB38B
Text Example
Text Example
White with #AAB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB38B; }
p { color: rgb(170,179,139); }
H1.HeaderClassName
{
color: #AAB38B;
}
.AnyTagClassName
{
color: #AAB38B;
}
</style>
background-color css
<style>
a { background-color: #AAB38B; }
a { background-color: rgb(170,179,139); }
div.DivClassName
{
background-color: #AAB38B;
}
.BgClassName
{
background-color: #AAB38B;
}
</style>
border-color css
<style>
span { border-color: #AAB38B; }
span { border-color: rgb(170,179,139); }
td.TdClassName
{
border-color: #AAB38B;
}
.TagClassName
{
border-color: #AAB38B;
}
</style>