Shades of Citrus #A2BA0A
Tints of Citrus #A2BA0A
RGB
CMYK
RGB Variations
Color information
#A2BA0A (or 0xA2BA0A) is known color: Citrus. HEX triplet: A2, BA and 0A. RGB value is (162,186,10). Sum of RGB (Red+Green+Blue) = 162+186+10=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA0A is #5D45F5. Grayscale: #9F9F9F. Windows color (decimal): -6112758 or 703138. OLE color: 703138.
HSL color Cylindrical-coordinate representation of color #A2BA0A: hue angle of 68.18º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2BA0A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.27 |
| HSL | 68.18º | 0.9% | 0.38% | - |
| HSV(B) | 68.18º | 0.95% | 0.73% | - |
| XYZ | 32.51 | 42.82 | 6.84 | - |
| YUV | 158.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 10 | 0.13 | 0 | 0.95 | 0.27 | 68.18 | 0.9 | 0.38 |
| Hex | A2 | BA | A | D | 0 | 5F | 1B | 44 | 5A | 26 |
| Octal | 242 | 272 | 12 | 15 | 0 | 137 | 33 | 104 | 132 | 46 |
| Binary | 10100010 | 10111010 | 1010 | 1101 | 0 | 1011111 | 11011 | 1000100 | 1011010 | 100110 |
Color Harmonies of #A2BA0A
Complementary color
Monochromatic Colors of #A2BA0A
Black with #A2BA0A
Text Example
Text Example
White with #A2BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA0A; }
p { color: rgb(162,186,10); }
H1.HeaderClassName
{
color: #A2BA0A;
}
.AnyTagClassName
{
color: #A2BA0A;
}
</style>
background-color css
<style>
a { background-color: #A2BA0A; }
a { background-color: rgb(162,186,10); }
div.DivClassName
{
background-color: #A2BA0A;
}
.BgClassName
{
background-color: #A2BA0A;
}
</style>
border-color css
<style>
span { border-color: #A2BA0A; }
span { border-color: rgb(162,186,10); }
td.TdClassName
{
border-color: #A2BA0A;
}
.TagClassName
{
border-color: #A2BA0A;
}
</style>