Shades of Green Spring #A5B089
Tints of Green Spring #A5B089
RGB
CMYK
RGB Variations
Color information
#A5B089 (or 0xA5B089) is known color: Green Spring. HEX triplet: A5, B0 and 89. RGB value is (165,176,137). Sum of RGB (Red+Green+Blue) = 165+176+137=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B089 is #5A4F76. Grayscale: #A8A8A8. Windows color (decimal): -5918583 or 9023653. OLE color: 9023653.
HSL color Cylindrical-coordinate representation of color #A5B089: hue angle of 76.92º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A5B089 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 137 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.31 |
| HSL | 76.92º | 0.2% | 0.61% | - |
| HSV(B) | 76.92º | 0.22% | 0.69% | - |
| XYZ | 35.56 | 40.86 | 29.68 | - |
| YUV | 168.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 137 | 0.06 | 0 | 0.22 | 0.31 | 76.92 | 0.2 | 0.61 |
| Hex | A5 | B0 | 89 | 6 | 0 | 16 | 1F | 4D | 14 | 3D |
| Octal | 245 | 260 | 211 | 6 | 0 | 26 | 37 | 115 | 24 | 75 |
| Binary | 10100101 | 10110000 | 10001001 | 110 | 0 | 10110 | 11111 | 1001101 | 10100 | 111101 |
Color Harmonies of #A5B089
Complementary color
Monochromatic Colors of #A5B089
Black with #A5B089
Text Example
Text Example
White with #A5B089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B089; }
p { color: rgb(165,176,137); }
H1.HeaderClassName
{
color: #A5B089;
}
.AnyTagClassName
{
color: #A5B089;
}
</style>
background-color css
<style>
a { background-color: #A5B089; }
a { background-color: rgb(165,176,137); }
div.DivClassName
{
background-color: #A5B089;
}
.BgClassName
{
background-color: #A5B089;
}
</style>
border-color css
<style>
span { border-color: #A5B089; }
span { border-color: rgb(165,176,137); }
td.TdClassName
{
border-color: #A5B089;
}
.TagClassName
{
border-color: #A5B089;
}
</style>