Shades of Olivine #A4B573
Tints of Olivine #A4B573
RGB
CMYK
RGB Variations
Color information
#A4B573 (or 0xA4B573) is known color: Olivine. HEX triplet: A4, B5 and 73. RGB value is (164,181,115). Sum of RGB (Red+Green+Blue) = 164+181+115=460 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.65% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B573 is #5B4A8C. Grayscale: #A8A8A8. Windows color (decimal): -5982861 or 7583140. OLE color: 7583140.
HSL color Cylindrical-coordinate representation of color #A4B573: hue angle of 75.45º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4B573 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 181 | 115 | - |
| CMYK | 0.09 | 0 | 0.36 | 0.29 |
| HSL | 75.45º | 0.31% | 0.58% | - |
| HSV(B) | 75.45º | 0.36% | 0.71% | - |
| XYZ | 34.93 | 42.18 | 22.52 | - |
| YUV | 168.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 181 | 115 | 0.09 | 0 | 0.36 | 0.29 | 75.45 | 0.31 | 0.58 |
| Hex | A4 | B5 | 73 | 9 | 0 | 24 | 1D | 4B | 1F | 3A |
| Octal | 244 | 265 | 163 | 11 | 0 | 44 | 35 | 113 | 37 | 72 |
| Binary | 10100100 | 10110101 | 1110011 | 1001 | 0 | 100100 | 11101 | 1001011 | 11111 | 111010 |
Color Harmonies of #A4B573
Complementary color
Monochromatic Colors of #A4B573
Black with #A4B573
Text Example
Text Example
White with #A4B573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B573; }
p { color: rgb(164,181,115); }
H1.HeaderClassName
{
color: #A4B573;
}
.AnyTagClassName
{
color: #A4B573;
}
</style>
background-color css
<style>
a { background-color: #A4B573; }
a { background-color: rgb(164,181,115); }
div.DivClassName
{
background-color: #A4B573;
}
.BgClassName
{
background-color: #A4B573;
}
</style>
border-color css
<style>
span { border-color: #A4B573; }
span { border-color: rgb(164,181,115); }
td.TdClassName
{
border-color: #A4B573;
}
.TagClassName
{
border-color: #A4B573;
}
</style>