Shades of Olivine #A4C267
Tints of Olivine #A4C267
RGB
CMYK
RGB Variations
Color information
#A4C267 (or 0xA4C267) is known color: Olivine. HEX triplet: A4, C2 and 67. RGB value is (164,194,103). Sum of RGB (Red+Green+Blue) = 164+194+103=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4C267 is #5B3D98. Grayscale: #AEAEAE. Windows color (decimal): -5979545 or 6800036. OLE color: 6800036.
HSL color Cylindrical-coordinate representation of color #A4C267: hue angle of 79.78º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4C267 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 103 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.24 |
| HSL | 79.78º | 0.43% | 0.58% | - |
| HSV(B) | 79.78º | 0.47% | 0.76% | - |
| XYZ | 37.05 | 47.46 | 20.04 | - |
| YUV | 174.66 | 87.56 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 103 | 0.15 | 0 | 0.47 | 0.24 | 79.78 | 0.43 | 0.58 |
| Hex | A4 | C2 | 67 | F | 0 | 2F | 18 | 50 | 2B | 3A |
| Octal | 244 | 302 | 147 | 17 | 0 | 57 | 30 | 120 | 53 | 72 |
| Binary | 10100100 | 11000010 | 1100111 | 1111 | 0 | 101111 | 11000 | 1010000 | 101011 | 111010 |
Color Harmonies of #A4C267
Complementary color
Monochromatic Colors of #A4C267
Black with #A4C267
Text Example
Text Example
White with #A4C267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C267; }
p { color: rgb(164,194,103); }
H1.HeaderClassName
{
color: #A4C267;
}
.AnyTagClassName
{
color: #A4C267;
}
</style>
background-color css
<style>
a { background-color: #A4C267; }
a { background-color: rgb(164,194,103); }
div.DivClassName
{
background-color: #A4C267;
}
.BgClassName
{
background-color: #A4C267;
}
</style>
border-color css
<style>
span { border-color: #A4C267; }
span { border-color: rgb(164,194,103); }
td.TdClassName
{
border-color: #A4C267;
}
.TagClassName
{
border-color: #A4C267;
}
</style>