Shades of Green Spring #A5B18B
Tints of Green Spring #A5B18B
RGB
CMYK
RGB Variations
Color information
#A5B18B (or 0xA5B18B) is known color: Green Spring. HEX triplet: A5, B1 and 8B. RGB value is (165,177,139). Sum of RGB (Red+Green+Blue) = 165+177+139=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B18B is #5A4E74. Grayscale: #A9A9A9. Windows color (decimal): -5918325 or 9154981. OLE color: 9154981.
HSL color Cylindrical-coordinate representation of color #A5B18B: hue angle of 78.95º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5B18B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 177 | 139 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.31 |
| HSL | 78.95º | 0.2% | 0.62% | - |
| HSV(B) | 78.95º | 0.21% | 0.69% | - |
| XYZ | 35.9 | 41.31 | 30.51 | - |
| YUV | 169.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 177 | 139 | 0.07 | 0 | 0.21 | 0.31 | 78.95 | 0.2 | 0.62 |
| Hex | A5 | B1 | 8B | 7 | 0 | 15 | 1F | 4F | 14 | 3E |
| Octal | 245 | 261 | 213 | 7 | 0 | 25 | 37 | 117 | 24 | 76 |
| Binary | 10100101 | 10110001 | 10001011 | 111 | 0 | 10101 | 11111 | 1001111 | 10100 | 111110 |
Color Harmonies of #A5B18B
Complementary color
Monochromatic Colors of #A5B18B
Black with #A5B18B
Text Example
Text Example
White with #A5B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B18B; }
p { color: rgb(165,177,139); }
H1.HeaderClassName
{
color: #A5B18B;
}
.AnyTagClassName
{
color: #A5B18B;
}
</style>
background-color css
<style>
a { background-color: #A5B18B; }
a { background-color: rgb(165,177,139); }
div.DivClassName
{
background-color: #A5B18B;
}
.BgClassName
{
background-color: #A5B18B;
}
</style>
border-color css
<style>
span { border-color: #A5B18B; }
span { border-color: rgb(165,177,139); }
td.TdClassName
{
border-color: #A5B18B;
}
.TagClassName
{
border-color: #A5B18B;
}
</style>