Shades of Green Spring #A5B092
Tints of Green Spring #A5B092
RGB
CMYK
RGB Variations
Color information
#A5B092 (or 0xA5B092) is known color: Green Spring. HEX triplet: A5, B0 and 92. RGB value is (165,176,146). Sum of RGB (Red+Green+Blue) = 165+176+146=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B092 is #5A4F6D. Grayscale: #A9A9A9. Windows color (decimal): -5918574 or 9613477. OLE color: 9613477.
HSL color Cylindrical-coordinate representation of color #A5B092: hue angle of 82º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A5B092 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 146 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.31 |
| HSL | 82º | 0.16% | 0.63% | - |
| HSV(B) | 82º | 0.17% | 0.69% | - |
| XYZ | 36.23 | 41.13 | 33.22 | - |
| YUV | 169.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 146 | 0.06 | 0 | 0.17 | 0.31 | 82 | 0.16 | 0.63 |
| Hex | A5 | B0 | 92 | 6 | 0 | 11 | 1F | 52 | 10 | 3F |
| Octal | 245 | 260 | 222 | 6 | 0 | 21 | 37 | 122 | 20 | 77 |
| Binary | 10100101 | 10110000 | 10010010 | 110 | 0 | 10001 | 11111 | 1010010 | 10000 | 111111 |
Color Harmonies of #A5B092
Complementary color
Monochromatic Colors of #A5B092
Black with #A5B092
Text Example
Text Example
White with #A5B092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B092; }
p { color: rgb(165,176,146); }
H1.HeaderClassName
{
color: #A5B092;
}
.AnyTagClassName
{
color: #A5B092;
}
</style>
background-color css
<style>
a { background-color: #A5B092; }
a { background-color: rgb(165,176,146); }
div.DivClassName
{
background-color: #A5B092;
}
.BgClassName
{
background-color: #A5B092;
}
</style>
border-color css
<style>
span { border-color: #A5B092; }
span { border-color: rgb(165,176,146); }
td.TdClassName
{
border-color: #A5B092;
}
.TagClassName
{
border-color: #A5B092;
}
</style>