Shades of Green Spring #A7B38B
Tints of Green Spring #A7B38B
RGB
CMYK
RGB Variations
Color information
#A7B38B (or 0xA7B38B) is known color: Green Spring. HEX triplet: A7, B3 and 8B. RGB value is (167,179,139). Sum of RGB (Red+Green+Blue) = 167+179+139=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B38B is #584C74. Grayscale: #ABABAB. Windows color (decimal): -5786741 or 9155495. OLE color: 9155495.
HSL color Cylindrical-coordinate representation of color #A7B38B: hue angle of 78º 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 #A7B38B is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 139 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.30 |
| HSL | 78º | 0.21% | 0.62% | - |
| HSV(B) | 78º | 0.22% | 0.7% | - |
| XYZ | 36.72 | 42.32 | 30.66 | - |
| YUV | 170.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 139 | 0.07 | 0 | 0.22 | 0.30 | 78 | 0.21 | 0.62 |
| Hex | A7 | B3 | 8B | 7 | 0 | 16 | 1E | 4E | 15 | 3E |
| Octal | 247 | 263 | 213 | 7 | 0 | 26 | 36 | 116 | 25 | 76 |
| Binary | 10100111 | 10110011 | 10001011 | 111 | 0 | 10110 | 11110 | 1001110 | 10101 | 111110 |
Color Harmonies of #A7B38B
Complementary color
Monochromatic Colors of #A7B38B
Black with #A7B38B
Text Example
Text Example
White with #A7B38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B38B; }
p { color: rgb(167,179,139); }
H1.HeaderClassName
{
color: #A7B38B;
}
.AnyTagClassName
{
color: #A7B38B;
}
</style>
background-color css
<style>
a { background-color: #A7B38B; }
a { background-color: rgb(167,179,139); }
div.DivClassName
{
background-color: #A7B38B;
}
.BgClassName
{
background-color: #A7B38B;
}
</style>
border-color css
<style>
span { border-color: #A7B38B; }
span { border-color: rgb(167,179,139); }
td.TdClassName
{
border-color: #A7B38B;
}
.TagClassName
{
border-color: #A7B38B;
}
</style>