Shades of Citrus #A2BA06
Tints of Citrus #A2BA06
RGB
CMYK
RGB Variations
Color information
#A2BA06 (or 0xA2BA06) is known color: Citrus. HEX triplet: A2, BA and 06. RGB value is (162,186,6). Sum of RGB (Red+Green+Blue) = 162+186+6=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA06 is #5D45F9. Grayscale: #9F9F9F. Windows color (decimal): -6112762 or 440994. OLE color: 440994.
HSL color Cylindrical-coordinate representation of color #A2BA06: hue angle of 68º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2BA06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.27 |
| HSL | 68º | 0.94% | 0.38% | - |
| HSV(B) | 68º | 0.97% | 0.73% | - |
| XYZ | 32.49 | 42.81 | 6.72 | - |
| YUV | 158.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 6 | 0.13 | 0 | 0.97 | 0.27 | 68 | 0.94 | 0.38 |
| Hex | A2 | BA | 6 | D | 0 | 61 | 1B | 44 | 5E | 26 |
| Octal | 242 | 272 | 6 | 15 | 0 | 141 | 33 | 104 | 136 | 46 |
| Binary | 10100010 | 10111010 | 110 | 1101 | 0 | 1100001 | 11011 | 1000100 | 1011110 | 100110 |
Color Harmonies of #A2BA06
Complementary color
Monochromatic Colors of #A2BA06
Black with #A2BA06
Text Example
Text Example
White with #A2BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA06; }
p { color: rgb(162,186,6); }
H1.HeaderClassName
{
color: #A2BA06;
}
.AnyTagClassName
{
color: #A2BA06;
}
</style>
background-color css
<style>
a { background-color: #A2BA06; }
a { background-color: rgb(162,186,6); }
div.DivClassName
{
background-color: #A2BA06;
}
.BgClassName
{
background-color: #A2BA06;
}
</style>
border-color css
<style>
span { border-color: #A2BA06; }
span { border-color: rgb(162,186,6); }
td.TdClassName
{
border-color: #A2BA06;
}
.TagClassName
{
border-color: #A2BA06;
}
</style>