Shades of Citrus #A2BE0E
Tints of Citrus #A2BE0E
RGB
CMYK
RGB Variations
Color information
#A2BE0E (or 0xA2BE0E) is known color: Citrus. HEX triplet: A2, BE and 0E. RGB value is (162,190,14). Sum of RGB (Red+Green+Blue) = 162+190+14=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BE0E is #5D41F1. Grayscale: #A2A2A2. Windows color (decimal): -6111730 or 966306. OLE color: 966306.
HSL color Cylindrical-coordinate representation of color #A2BE0E: hue angle of 69.55º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2BE0E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 190 | 14 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.25 |
| HSL | 69.55º | 0.86% | 0.4% | - |
| HSV(B) | 69.55º | 0.93% | 0.75% | - |
| XYZ | 33.39 | 44.54 | 7.25 | - |
| YUV | 161.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 190 | 14 | 0.15 | 0 | 0.93 | 0.25 | 69.55 | 0.86 | 0.4 |
| Hex | A2 | BE | E | F | 0 | 5D | 19 | 46 | 56 | 28 |
| Octal | 242 | 276 | 16 | 17 | 0 | 135 | 31 | 106 | 126 | 50 |
| Binary | 10100010 | 10111110 | 1110 | 1111 | 0 | 1011101 | 11001 | 1000110 | 1010110 | 101000 |
Color Harmonies of #A2BE0E
Complementary color
Monochromatic Colors of #A2BE0E
Black with #A2BE0E
Text Example
Text Example
White with #A2BE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BE0E; }
p { color: rgb(162,190,14); }
H1.HeaderClassName
{
color: #A2BE0E;
}
.AnyTagClassName
{
color: #A2BE0E;
}
</style>
background-color css
<style>
a { background-color: #A2BE0E; }
a { background-color: rgb(162,190,14); }
div.DivClassName
{
background-color: #A2BE0E;
}
.BgClassName
{
background-color: #A2BE0E;
}
</style>
border-color css
<style>
span { border-color: #A2BE0E; }
span { border-color: rgb(162,190,14); }
td.TdClassName
{
border-color: #A2BE0E;
}
.TagClassName
{
border-color: #A2BE0E;
}
</style>