Shades of Green Spring #A8B093
Tints of Green Spring #A8B093
RGB
CMYK
RGB Variations
Color information
#A8B093 (or 0xA8B093) is known color: Green Spring. HEX triplet: A8, B0 and 93. RGB value is (168,176,147). Sum of RGB (Red+Green+Blue) = 168+176+147=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B093 is #574F6C. Grayscale: #AAAAAA. Windows color (decimal): -5721965 or 9679016. OLE color: 9679016.
HSL color Cylindrical-coordinate representation of color #A8B093: hue angle of 76.55º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8B093 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 147 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.31 |
| HSL | 76.55º | 0.16% | 0.63% | - |
| HSV(B) | 76.55º | 0.16% | 0.69% | - |
| XYZ | 36.94 | 41.48 | 33.66 | - |
| YUV | 170.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 147 | 0.05 | 0 | 0.16 | 0.31 | 76.55 | 0.16 | 0.63 |
| Hex | A8 | B0 | 93 | 5 | 0 | 10 | 1F | 4D | 10 | 3F |
| Octal | 250 | 260 | 223 | 5 | 0 | 20 | 37 | 115 | 20 | 77 |
| Binary | 10101000 | 10110000 | 10010011 | 101 | 0 | 10000 | 11111 | 1001101 | 10000 | 111111 |
Color Harmonies of #A8B093
Complementary color
Monochromatic Colors of #A8B093
Black with #A8B093
Text Example
Text Example
White with #A8B093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B093; }
p { color: rgb(168,176,147); }
H1.HeaderClassName
{
color: #A8B093;
}
.AnyTagClassName
{
color: #A8B093;
}
</style>
background-color css
<style>
a { background-color: #A8B093; }
a { background-color: rgb(168,176,147); }
div.DivClassName
{
background-color: #A8B093;
}
.BgClassName
{
background-color: #A8B093;
}
</style>
border-color css
<style>
span { border-color: #A8B093; }
span { border-color: rgb(168,176,147); }
td.TdClassName
{
border-color: #A8B093;
}
.TagClassName
{
border-color: #A8B093;
}
</style>