Shades of Olivine #A3CB6C
Tints of Olivine #A3CB6C
RGB
CMYK
RGB Variations
Color information
#A3CB6C (or 0xA3CB6C) is known color: Olivine. HEX triplet: A3, CB and 6C. RGB value is (163,203,108). Sum of RGB (Red+Green+Blue) = 163+203+108=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB6C is #5C3493. Grayscale: #B4B4B4. Windows color (decimal): -6042772 or 7130019. OLE color: 7130019.
HSL color Cylindrical-coordinate representation of color #A3CB6C: hue angle of 85.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3CB6C is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 108 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.20 |
| HSL | 85.26º | 0.48% | 0.61% | - |
| HSV(B) | 85.26º | 0.47% | 0.8% | - |
| XYZ | 39.17 | 51.58 | 22.08 | - |
| YUV | 180.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 108 | 0.20 | 0 | 0.47 | 0.20 | 85.26 | 0.48 | 0.61 |
| Hex | A3 | CB | 6C | 14 | 0 | 2F | 14 | 55 | 30 | 3D |
| Octal | 243 | 313 | 154 | 24 | 0 | 57 | 24 | 125 | 60 | 75 |
| Binary | 10100011 | 11001011 | 1101100 | 10100 | 0 | 101111 | 10100 | 1010101 | 110000 | 111101 |
Color Harmonies of #A3CB6C
Complementary color
Monochromatic Colors of #A3CB6C
Black with #A3CB6C
Text Example
Text Example
White with #A3CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB6C; }
p { color: rgb(163,203,108); }
H1.HeaderClassName
{
color: #A3CB6C;
}
.AnyTagClassName
{
color: #A3CB6C;
}
</style>
background-color css
<style>
a { background-color: #A3CB6C; }
a { background-color: rgb(163,203,108); }
div.DivClassName
{
background-color: #A3CB6C;
}
.BgClassName
{
background-color: #A3CB6C;
}
</style>
border-color css
<style>
span { border-color: #A3CB6C; }
span { border-color: rgb(163,203,108); }
td.TdClassName
{
border-color: #A3CB6C;
}
.TagClassName
{
border-color: #A3CB6C;
}
</style>