Shades of Olivine #A3C27B
Tints of Olivine #A3C27B
RGB
CMYK
RGB Variations
Color information
#A3C27B (or 0xA3C27B) is known color: Olivine. HEX triplet: A3, C2 and 7B. RGB value is (163,194,123). Sum of RGB (Red+Green+Blue) = 163+194+123=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C27B is #5C3D84. Grayscale: #B0B0B0. Windows color (decimal): -6045061 or 8110755. OLE color: 8110755.
HSL color Cylindrical-coordinate representation of color #A3C27B: hue angle of 86.2º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A3C27B is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 194 | 123 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.24 |
| HSL | 86.2º | 0.37% | 0.62% | - |
| HSV(B) | 86.2º | 0.37% | 0.76% | - |
| XYZ | 37.97 | 47.8 | 25.96 | - |
| YUV | 176.64 | 97.73 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 123 | 0.16 | 0 | 0.37 | 0.24 | 86.2 | 0.37 | 0.62 |
| Hex | A3 | C2 | 7B | 10 | 0 | 25 | 18 | 56 | 25 | 3E |
| Octal | 243 | 302 | 173 | 20 | 0 | 45 | 30 | 126 | 45 | 76 |
| Binary | 10100011 | 11000010 | 1111011 | 10000 | 0 | 100101 | 11000 | 1010110 | 100101 | 111110 |
Color Harmonies of #A3C27B
Complementary color
Monochromatic Colors of #A3C27B
Black with #A3C27B
Text Example
Text Example
White with #A3C27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C27B; }
p { color: rgb(163,194,123); }
H1.HeaderClassName
{
color: #A3C27B;
}
.AnyTagClassName
{
color: #A3C27B;
}
</style>
background-color css
<style>
a { background-color: #A3C27B; }
a { background-color: rgb(163,194,123); }
div.DivClassName
{
background-color: #A3C27B;
}
.BgClassName
{
background-color: #A3C27B;
}
</style>
border-color css
<style>
span { border-color: #A3C27B; }
span { border-color: rgb(163,194,123); }
td.TdClassName
{
border-color: #A3C27B;
}
.TagClassName
{
border-color: #A3C27B;
}
</style>