Shades of Citrus #A2A502
Tints of Citrus #A2A502
RGB
CMYK
RGB Variations
Color information
#A2A502 (or 0xA2A502) is known color: Citrus. HEX triplet: A2, A5 and 02. RGB value is (162,165,2). Sum of RGB (Red+Green+Blue) = 162+165+2=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 165 (64.84% from 255 or 50.15% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A502 is #5D5AFD. Grayscale: #929292. Windows color (decimal): -6118142 or 173474. OLE color: 173474.
HSL color Cylindrical-coordinate representation of color #A2A502: hue angle of 61.1º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2A502 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.35 |
| HSL | 61.1º | 0.98% | 0.33% | - |
| HSV(B) | 61.1º | 0.99% | 0.65% | - |
| XYZ | 28.37 | 34.6 | 5.24 | - |
| YUV | 145.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 2 | 0.02 | 0 | 0.99 | 0.35 | 61.1 | 0.98 | 0.33 |
| Hex | A2 | A5 | 2 | 2 | 0 | 63 | 23 | 3D | 62 | 21 |
| Octal | 242 | 245 | 2 | 2 | 0 | 143 | 43 | 75 | 142 | 41 |
| Binary | 10100010 | 10100101 | 10 | 10 | 0 | 1100011 | 100011 | 111101 | 1100010 | 100001 |
Color Harmonies of #A2A502
Complementary color
Monochromatic Colors of #A2A502
Black with #A2A502
Text Example
Text Example
White with #A2A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A502; }
p { color: rgb(162,165,2); }
H1.HeaderClassName
{
color: #A2A502;
}
.AnyTagClassName
{
color: #A2A502;
}
</style>
background-color css
<style>
a { background-color: #A2A502; }
a { background-color: rgb(162,165,2); }
div.DivClassName
{
background-color: #A2A502;
}
.BgClassName
{
background-color: #A2A502;
}
</style>
border-color css
<style>
span { border-color: #A2A502; }
span { border-color: rgb(162,165,2); }
td.TdClassName
{
border-color: #A2A502;
}
.TagClassName
{
border-color: #A2A502;
}
</style>