Shades of Citrus #A2A500
Tints of Citrus #A2A500
RGB
CMYK
RGB Variations
Color information
#A2A500 (or 0xA2A500) is known color: Citrus. HEX triplet: A2, A5 and 00. RGB value is (162,165,0). Sum of RGB (Red+Green+Blue) = 162+165+0=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A500 is #5D5AFF. Grayscale: #919191. Windows color (decimal): -6118144 or 42402. OLE color: 42402.
HSL color Cylindrical-coordinate representation of color #A2A500: hue angle of 61.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A2A500 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.35 |
| HSL | 61.09º | 1% | 0.32% | - |
| HSV(B) | 61.09º | 1% | 0.65% | - |
| XYZ | 28.36 | 34.59 | 5.18 | - |
| YUV | 145.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 0 | 0.02 | 0 | 1 | 0.35 | 61.09 | 1 | 0.32 |
| Hex | A2 | A5 | 0 | 2 | 0 | 64 | 23 | 3D | 64 | 20 |
| Octal | 242 | 245 | 0 | 2 | 0 | 144 | 43 | 75 | 144 | 40 |
| Binary | 10100010 | 10100101 | 0 | 10 | 0 | 1100100 | 100011 | 111101 | 1100100 | 100000 |
Color Harmonies of #A2A500
Complementary color
Monochromatic Colors of #A2A500
Black with #A2A500
Text Example
Text Example
White with #A2A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A500; }
p { color: rgb(162,165,0); }
H1.HeaderClassName
{
color: #A2A500;
}
.AnyTagClassName
{
color: #A2A500;
}
</style>
background-color css
<style>
a { background-color: #A2A500; }
a { background-color: rgb(162,165,0); }
div.DivClassName
{
background-color: #A2A500;
}
.BgClassName
{
background-color: #A2A500;
}
</style>
border-color css
<style>
span { border-color: #A2A500; }
span { border-color: rgb(162,165,0); }
td.TdClassName
{
border-color: #A2A500;
}
.TagClassName
{
border-color: #A2A500;
}
</style>