Shades of Citrus #A2B90E
Tints of Citrus #A2B90E
RGB
CMYK
RGB Variations
Color information
#A2B90E (or 0xA2B90E) is known color: Citrus. HEX triplet: A2, B9 and 0E. RGB value is (162,185,14). Sum of RGB (Red+Green+Blue) = 162+185+14=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B90E is #5D46F1. Grayscale: #9F9F9F. Windows color (decimal): -6113010 or 965026. OLE color: 965026.
HSL color Cylindrical-coordinate representation of color #A2B90E: hue angle of 68.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B90E is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 14 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.27 |
| HSL | 68.07º | 0.86% | 0.39% | - |
| HSV(B) | 68.07º | 0.92% | 0.73% | - |
| XYZ | 32.33 | 42.41 | 6.9 | - |
| YUV | 158.63 | 46.38 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 14 | 0.12 | 0 | 0.92 | 0.27 | 68.07 | 0.86 | 0.39 |
| Hex | A2 | B9 | E | C | 0 | 5C | 1B | 44 | 56 | 27 |
| Octal | 242 | 271 | 16 | 14 | 0 | 134 | 33 | 104 | 126 | 47 |
| Binary | 10100010 | 10111001 | 1110 | 1100 | 0 | 1011100 | 11011 | 1000100 | 1010110 | 100111 |
Color Harmonies of #A2B90E
Complementary color
Monochromatic Colors of #A2B90E
Black with #A2B90E
Text Example
Text Example
White with #A2B90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B90E; }
p { color: rgb(162,185,14); }
H1.HeaderClassName
{
color: #A2B90E;
}
.AnyTagClassName
{
color: #A2B90E;
}
</style>
background-color css
<style>
a { background-color: #A2B90E; }
a { background-color: rgb(162,185,14); }
div.DivClassName
{
background-color: #A2B90E;
}
.BgClassName
{
background-color: #A2B90E;
}
</style>
border-color css
<style>
span { border-color: #A2B90E; }
span { border-color: rgb(162,185,14); }
td.TdClassName
{
border-color: #A2B90E;
}
.TagClassName
{
border-color: #A2B90E;
}
</style>