Shades of Citrus #A2B60A
Tints of Citrus #A2B60A
RGB
CMYK
RGB Variations
Color information
#A2B60A (or 0xA2B60A) is known color: Citrus. HEX triplet: A2, B6 and 0A. RGB value is (162,182,10). Sum of RGB (Red+Green+Blue) = 162+182+10=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B60A is #5D49F5. Grayscale: #9D9D9D. Windows color (decimal): -6113782 or 702114. OLE color: 702114.
HSL color Cylindrical-coordinate representation of color #A2B60A: hue angle of 66.98º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2B60A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 182 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.29 |
| HSL | 66.98º | 0.9% | 0.38% | - |
| HSV(B) | 66.98º | 0.95% | 0.71% | - |
| XYZ | 31.68 | 41.16 | 6.56 | - |
| YUV | 156.41 | 45.37 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 182 | 10 | 0.11 | 0 | 0.95 | 0.29 | 66.98 | 0.9 | 0.38 |
| Hex | A2 | B6 | A | B | 0 | 5F | 1D | 43 | 5A | 26 |
| Octal | 242 | 266 | 12 | 13 | 0 | 137 | 35 | 103 | 132 | 46 |
| Binary | 10100010 | 10110110 | 1010 | 1011 | 0 | 1011111 | 11101 | 1000011 | 1011010 | 100110 |
Color Harmonies of #A2B60A
Complementary color
Monochromatic Colors of #A2B60A
Black with #A2B60A
Text Example
Text Example
White with #A2B60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B60A; }
p { color: rgb(162,182,10); }
H1.HeaderClassName
{
color: #A2B60A;
}
.AnyTagClassName
{
color: #A2B60A;
}
</style>
background-color css
<style>
a { background-color: #A2B60A; }
a { background-color: rgb(162,182,10); }
div.DivClassName
{
background-color: #A2B60A;
}
.BgClassName
{
background-color: #A2B60A;
}
</style>
border-color css
<style>
span { border-color: #A2B60A; }
span { border-color: rgb(162,182,10); }
td.TdClassName
{
border-color: #A2B60A;
}
.TagClassName
{
border-color: #A2B60A;
}
</style>