Shades of Olivine #A4C268
Tints of Olivine #A4C268
RGB
CMYK
RGB Variations
Color information
#A4C268 (or 0xA4C268) is known color: Olivine. HEX triplet: A4, C2 and 68. RGB value is (164,194,104). Sum of RGB (Red+Green+Blue) = 164+194+104=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C268 is #5B3D97. Grayscale: #AFAFAF. Windows color (decimal): -5979544 or 6865572. OLE color: 6865572.
HSL color Cylindrical-coordinate representation of color #A4C268: hue angle of 80º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4C268 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 104 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.24 |
| HSL | 80º | 0.42% | 0.58% | - |
| HSV(B) | 80º | 0.46% | 0.76% | - |
| XYZ | 37.1 | 47.48 | 20.31 | - |
| YUV | 174.77 | 88.06 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 104 | 0.15 | 0 | 0.46 | 0.24 | 80 | 0.42 | 0.58 |
| Hex | A4 | C2 | 68 | F | 0 | 2E | 18 | 50 | 2A | 3A |
| Octal | 244 | 302 | 150 | 17 | 0 | 56 | 30 | 120 | 52 | 72 |
| Binary | 10100100 | 11000010 | 1101000 | 1111 | 0 | 101110 | 11000 | 1010000 | 101010 | 111010 |
Color Harmonies of #A4C268
Complementary color
Monochromatic Colors of #A4C268
Black with #A4C268
Text Example
Text Example
White with #A4C268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C268; }
p { color: rgb(164,194,104); }
H1.HeaderClassName
{
color: #A4C268;
}
.AnyTagClassName
{
color: #A4C268;
}
</style>
background-color css
<style>
a { background-color: #A4C268; }
a { background-color: rgb(164,194,104); }
div.DivClassName
{
background-color: #A4C268;
}
.BgClassName
{
background-color: #A4C268;
}
</style>
border-color css
<style>
span { border-color: #A4C268; }
span { border-color: rgb(164,194,104); }
td.TdClassName
{
border-color: #A4C268;
}
.TagClassName
{
border-color: #A4C268;
}
</style>