Shades of Olivine #A4BE67
Tints of Olivine #A4BE67
RGB
CMYK
RGB Variations
Color information
#A4BE67 (or 0xA4BE67) is known color: Olivine. HEX triplet: A4, BE and 67. RGB value is (164,190,103). Sum of RGB (Red+Green+Blue) = 164+190+103=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #A4BE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BE67 is #5B4198. Grayscale: #ACACAC. Windows color (decimal): -5980569 or 6799012. OLE color: 6799012.
HSL color Cylindrical-coordinate representation of color #A4BE67: hue angle of 77.93º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4BE67 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 190 | 103 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.25 |
| HSL | 77.93º | 0.4% | 0.57% | - |
| HSV(B) | 77.93º | 0.46% | 0.75% | - |
| XYZ | 36.17 | 45.7 | 19.75 | - |
| YUV | 172.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 190 | 103 | 0.14 | 0 | 0.46 | 0.25 | 77.93 | 0.4 | 0.57 |
| Hex | A4 | BE | 67 | E | 0 | 2E | 19 | 4E | 28 | 39 |
| Octal | 244 | 276 | 147 | 16 | 0 | 56 | 31 | 116 | 50 | 71 |
| Binary | 10100100 | 10111110 | 1100111 | 1110 | 0 | 101110 | 11001 | 1001110 | 101000 | 111001 |
Color Harmonies of #A4BE67
Complementary color
Monochromatic Colors of #A4BE67
Black with #A4BE67
Text Example
Text Example
White with #A4BE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BE67; }
p { color: rgb(164,190,103); }
H1.HeaderClassName
{
color: #A4BE67;
}
.AnyTagClassName
{
color: #A4BE67;
}
</style>
background-color css
<style>
a { background-color: #A4BE67; }
a { background-color: rgb(164,190,103); }
div.DivClassName
{
background-color: #A4BE67;
}
.BgClassName
{
background-color: #A4BE67;
}
</style>
border-color css
<style>
span { border-color: #A4BE67; }
span { border-color: rgb(164,190,103); }
td.TdClassName
{
border-color: #A4BE67;
}
.TagClassName
{
border-color: #A4BE67;
}
</style>