Shades of Olivine #A5BB6A
Tints of Olivine #A5BB6A
RGB
CMYK
RGB Variations
Color information
#A5BB6A (or 0xA5BB6A) is known color: Olivine. HEX triplet: A5, BB and 6A. RGB value is (165,187,106). Sum of RGB (Red+Green+Blue) = 165+187+106=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BB6A is #5A4495. Grayscale: #ABABAB. Windows color (decimal): -5915798 or 6994853. OLE color: 6994853.
HSL color Cylindrical-coordinate representation of color #A5BB6A: hue angle of 76.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5BB6A is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 187 | 106 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.27 |
| HSL | 76.3º | 0.37% | 0.57% | - |
| HSV(B) | 76.3º | 0.43% | 0.73% | - |
| XYZ | 35.89 | 44.58 | 20.35 | - |
| YUV | 171.19 | 91.21 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 106 | 0.12 | 0 | 0.43 | 0.27 | 76.3 | 0.37 | 0.57 |
| Hex | A5 | BB | 6A | C | 0 | 2B | 1B | 4C | 25 | 39 |
| Octal | 245 | 273 | 152 | 14 | 0 | 53 | 33 | 114 | 45 | 71 |
| Binary | 10100101 | 10111011 | 1101010 | 1100 | 0 | 101011 | 11011 | 1001100 | 100101 | 111001 |
Color Harmonies of #A5BB6A
Complementary color
Monochromatic Colors of #A5BB6A
Black with #A5BB6A
Text Example
Text Example
White with #A5BB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BB6A; }
p { color: rgb(165,187,106); }
H1.HeaderClassName
{
color: #A5BB6A;
}
.AnyTagClassName
{
color: #A5BB6A;
}
</style>
background-color css
<style>
a { background-color: #A5BB6A; }
a { background-color: rgb(165,187,106); }
div.DivClassName
{
background-color: #A5BB6A;
}
.BgClassName
{
background-color: #A5BB6A;
}
</style>
border-color css
<style>
span { border-color: #A5BB6A; }
span { border-color: rgb(165,187,106); }
td.TdClassName
{
border-color: #A5BB6A;
}
.TagClassName
{
border-color: #A5BB6A;
}
</style>