Shades of Olivine #A1BE7D
Tints of Olivine #A1BE7D
RGB
CMYK
RGB Variations
Color information
#A1BE7D (or 0xA1BE7D) is known color: Olivine. HEX triplet: A1, BE and 7D. RGB value is (161,190,125). Sum of RGB (Red+Green+Blue) = 161+190+125=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BE7D is #5E4182. Grayscale: #AEAEAE. Windows color (decimal): -6177155 or 8240801. OLE color: 8240801.
HSL color Cylindrical-coordinate representation of color #A1BE7D: hue angle of 86.77º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1BE7D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 190 | 125 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.25 |
| HSL | 86.77º | 0.33% | 0.62% | - |
| HSV(B) | 86.77º | 0.34% | 0.75% | - |
| XYZ | 36.81 | 45.88 | 26.32 | - |
| YUV | 173.92 | 100.39 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 190 | 125 | 0.15 | 0 | 0.34 | 0.25 | 86.77 | 0.33 | 0.62 |
| Hex | A1 | BE | 7D | F | 0 | 22 | 19 | 57 | 21 | 3E |
| Octal | 241 | 276 | 175 | 17 | 0 | 42 | 31 | 127 | 41 | 76 |
| Binary | 10100001 | 10111110 | 1111101 | 1111 | 0 | 100010 | 11001 | 1010111 | 100001 | 111110 |
Color Harmonies of #A1BE7D
Complementary color
Monochromatic Colors of #A1BE7D
Black with #A1BE7D
Text Example
Text Example
White with #A1BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BE7D; }
p { color: rgb(161,190,125); }
H1.HeaderClassName
{
color: #A1BE7D;
}
.AnyTagClassName
{
color: #A1BE7D;
}
</style>
background-color css
<style>
a { background-color: #A1BE7D; }
a { background-color: rgb(161,190,125); }
div.DivClassName
{
background-color: #A1BE7D;
}
.BgClassName
{
background-color: #A1BE7D;
}
</style>
border-color css
<style>
span { border-color: #A1BE7D; }
span { border-color: rgb(161,190,125); }
td.TdClassName
{
border-color: #A1BE7D;
}
.TagClassName
{
border-color: #A1BE7D;
}
</style>