Shades of Citrus #A2B60E
Tints of Citrus #A2B60E
RGB
CMYK
RGB Variations
Color information
#A2B60E (or 0xA2B60E) is known color: Citrus. HEX triplet: A2, B6 and 0E. RGB value is (162,182,14). Sum of RGB (Red+Green+Blue) = 162+182+14=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B60E is #5D49F1. Grayscale: #9D9D9D. Windows color (decimal): -6113778 or 964258. OLE color: 964258.
HSL color Cylindrical-coordinate representation of color #A2B60E: hue angle of 67.14º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B60E is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 14 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.29 |
| HSL | 67.14º | 0.86% | 0.38% | - |
| HSV(B) | 67.14º | 0.92% | 0.71% | - |
| XYZ | 31.71 | 41.17 | 6.69 | - |
| YUV | 156.87 | 47.37 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 14 | 0.11 | 0 | 0.92 | 0.29 | 67.14 | 0.86 | 0.38 |
| Hex | A2 | B6 | E | B | 0 | 5C | 1D | 43 | 56 | 26 |
| Octal | 242 | 266 | 16 | 13 | 0 | 134 | 35 | 103 | 126 | 46 |
| Binary | 10100010 | 10110110 | 1110 | 1011 | 0 | 1011100 | 11101 | 1000011 | 1010110 | 100110 |
Color Harmonies of #A2B60E
Complementary color
Monochromatic Colors of #A2B60E
Black with #A2B60E
Text Example
Text Example
White with #A2B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B60E; }
p { color: rgb(162,182,14); }
H1.HeaderClassName
{
color: #A2B60E;
}
.AnyTagClassName
{
color: #A2B60E;
}
</style>
background-color css
<style>
a { background-color: #A2B60E; }
a { background-color: rgb(162,182,14); }
div.DivClassName
{
background-color: #A2B60E;
}
.BgClassName
{
background-color: #A2B60E;
}
</style>
border-color css
<style>
span { border-color: #A2B60E; }
span { border-color: rgb(162,182,14); }
td.TdClassName
{
border-color: #A2B60E;
}
.TagClassName
{
border-color: #A2B60E;
}
</style>