Shades of Olivine #A3BB6D
Tints of Olivine #A3BB6D
RGB
CMYK
RGB Variations
Color information
#A3BB6D (or 0xA3BB6D) is known color: Olivine. HEX triplet: A3, BB and 6D. RGB value is (163,187,109). Sum of RGB (Red+Green+Blue) = 163+187+109=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BB6D is #5C4492. Grayscale: #ABABAB. Windows color (decimal): -6046867 or 7191459. OLE color: 7191459.
HSL color Cylindrical-coordinate representation of color #A3BB6D: hue angle of 78.46º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3BB6D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 187 | 109 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.27 |
| HSL | 78.46º | 0.36% | 0.58% | - |
| HSV(B) | 78.46º | 0.42% | 0.73% | - |
| XYZ | 35.63 | 44.43 | 21.17 | - |
| YUV | 170.93 | 93.05 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 187 | 109 | 0.13 | 0 | 0.42 | 0.27 | 78.46 | 0.36 | 0.58 |
| Hex | A3 | BB | 6D | D | 0 | 2A | 1B | 4E | 24 | 3A |
| Octal | 243 | 273 | 155 | 15 | 0 | 52 | 33 | 116 | 44 | 72 |
| Binary | 10100011 | 10111011 | 1101101 | 1101 | 0 | 101010 | 11011 | 1001110 | 100100 | 111010 |
Color Harmonies of #A3BB6D
Complementary color
Monochromatic Colors of #A3BB6D
Black with #A3BB6D
Text Example
Text Example
White with #A3BB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BB6D; }
p { color: rgb(163,187,109); }
H1.HeaderClassName
{
color: #A3BB6D;
}
.AnyTagClassName
{
color: #A3BB6D;
}
</style>
background-color css
<style>
a { background-color: #A3BB6D; }
a { background-color: rgb(163,187,109); }
div.DivClassName
{
background-color: #A3BB6D;
}
.BgClassName
{
background-color: #A3BB6D;
}
</style>
border-color css
<style>
span { border-color: #A3BB6D; }
span { border-color: rgb(163,187,109); }
td.TdClassName
{
border-color: #A3BB6D;
}
.TagClassName
{
border-color: #A3BB6D;
}
</style>