Shades of Citrus #A2BA07
Tints of Citrus #A2BA07
RGB
CMYK
RGB Variations
Color information
#A2BA07 (or 0xA2BA07) is known color: Citrus. HEX triplet: A2, BA and 07. RGB value is (162,186,7). Sum of RGB (Red+Green+Blue) = 162+186+7=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BA07 is #5D45F8. Grayscale: #9F9F9F. Windows color (decimal): -6112761 or 506530. OLE color: 506530.
HSL color Cylindrical-coordinate representation of color #A2BA07: hue angle of 68.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2BA07 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.27 |
| HSL | 68.04º | 0.93% | 0.38% | - |
| HSV(B) | 68.04º | 0.96% | 0.73% | - |
| XYZ | 32.5 | 42.81 | 6.75 | - |
| YUV | 158.42 | 42.55 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 7 | 0.13 | 0 | 0.96 | 0.27 | 68.04 | 0.93 | 0.38 |
| Hex | A2 | BA | 7 | D | 0 | 60 | 1B | 44 | 5D | 26 |
| Octal | 242 | 272 | 7 | 15 | 0 | 140 | 33 | 104 | 135 | 46 |
| Binary | 10100010 | 10111010 | 111 | 1101 | 0 | 1100000 | 11011 | 1000100 | 1011101 | 100110 |
Color Harmonies of #A2BA07
Complementary color
Monochromatic Colors of #A2BA07
Black with #A2BA07
Text Example
Text Example
White with #A2BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA07; }
p { color: rgb(162,186,7); }
H1.HeaderClassName
{
color: #A2BA07;
}
.AnyTagClassName
{
color: #A2BA07;
}
</style>
background-color css
<style>
a { background-color: #A2BA07; }
a { background-color: rgb(162,186,7); }
div.DivClassName
{
background-color: #A2BA07;
}
.BgClassName
{
background-color: #A2BA07;
}
</style>
border-color css
<style>
span { border-color: #A2BA07; }
span { border-color: rgb(162,186,7); }
td.TdClassName
{
border-color: #A2BA07;
}
.TagClassName
{
border-color: #A2BA07;
}
</style>