Shades of Olivine #A3CE65
Tints of Olivine #A3CE65
RGB
CMYK
RGB Variations
Color information
#A3CE65 (or 0xA3CE65) is known color: Olivine. HEX triplet: A3, CE and 65. RGB value is (163,206,101). Sum of RGB (Red+Green+Blue) = 163+206+101=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CE65 is #5C319A. Grayscale: #B5B5B5. Windows color (decimal): -6042011 or 6672035. OLE color: 6672035.
HSL color Cylindrical-coordinate representation of color #A3CE65: hue angle of 84.57º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3CE65 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 101 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.19 |
| HSL | 84.57º | 0.52% | 0.6% | - |
| HSV(B) | 84.57º | 0.51% | 0.81% | - |
| XYZ | 39.52 | 52.87 | 20.43 | - |
| YUV | 181.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 101 | 0.21 | 0 | 0.51 | 0.19 | 84.57 | 0.52 | 0.6 |
| Hex | A3 | CE | 65 | 15 | 0 | 33 | 13 | 55 | 34 | 3C |
| Octal | 243 | 316 | 145 | 25 | 0 | 63 | 23 | 125 | 64 | 74 |
| Binary | 10100011 | 11001110 | 1100101 | 10101 | 0 | 110011 | 10011 | 1010101 | 110100 | 111100 |
Color Harmonies of #A3CE65
Complementary color
Monochromatic Colors of #A3CE65
Black with #A3CE65
Text Example
Text Example
White with #A3CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE65; }
p { color: rgb(163,206,101); }
H1.HeaderClassName
{
color: #A3CE65;
}
.AnyTagClassName
{
color: #A3CE65;
}
</style>
background-color css
<style>
a { background-color: #A3CE65; }
a { background-color: rgb(163,206,101); }
div.DivClassName
{
background-color: #A3CE65;
}
.BgClassName
{
background-color: #A3CE65;
}
</style>
border-color css
<style>
span { border-color: #A3CE65; }
span { border-color: rgb(163,206,101); }
td.TdClassName
{
border-color: #A3CE65;
}
.TagClassName
{
border-color: #A3CE65;
}
</style>