Shades of Olivine #A1BE6A
Tints of Olivine #A1BE6A
RGB
CMYK
RGB Variations
Color information
#A1BE6A (or 0xA1BE6A) is known color: Olivine. HEX triplet: A1, BE and 6A. RGB value is (161,190,106). Sum of RGB (Red+Green+Blue) = 161+190+106=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE6A is #5E4195. Grayscale: #ACACAC. Windows color (decimal): -6177174 or 6995617. OLE color: 6995617.
HSL color Cylindrical-coordinate representation of color #A1BE6A: hue angle of 80.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1BE6A is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 106 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.25 |
| HSL | 80.71º | 0.39% | 0.58% | - |
| HSV(B) | 80.71º | 0.44% | 0.75% | - |
| XYZ | 35.71 | 45.44 | 20.53 | - |
| YUV | 171.75 | 90.89 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 106 | 0.15 | 0 | 0.44 | 0.25 | 80.71 | 0.39 | 0.58 |
| Hex | A1 | BE | 6A | F | 0 | 2C | 19 | 51 | 27 | 3A |
| Octal | 241 | 276 | 152 | 17 | 0 | 54 | 31 | 121 | 47 | 72 |
| Binary | 10100001 | 10111110 | 1101010 | 1111 | 0 | 101100 | 11001 | 1010001 | 100111 | 111010 |
Color Harmonies of #A1BE6A
Complementary color
Monochromatic Colors of #A1BE6A
Black with #A1BE6A
Text Example
Text Example
White with #A1BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE6A; }
p { color: rgb(161,190,106); }
H1.HeaderClassName
{
color: #A1BE6A;
}
.AnyTagClassName
{
color: #A1BE6A;
}
</style>
background-color css
<style>
a { background-color: #A1BE6A; }
a { background-color: rgb(161,190,106); }
div.DivClassName
{
background-color: #A1BE6A;
}
.BgClassName
{
background-color: #A1BE6A;
}
</style>
border-color css
<style>
span { border-color: #A1BE6A; }
span { border-color: rgb(161,190,106); }
td.TdClassName
{
border-color: #A1BE6A;
}
.TagClassName
{
border-color: #A1BE6A;
}
</style>