Shades of Citrus #A2A50C
Tints of Citrus #A2A50C
RGB
CMYK
RGB Variations
Color information
#A2A50C (or 0xA2A50C) is known color: Citrus. HEX triplet: A2, A5 and 0C. RGB value is (162,165,12). Sum of RGB (Red+Green+Blue) = 162+165+12=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A50C is #5D5AF3. Grayscale: #939393. Windows color (decimal): -6118132 or 828834. OLE color: 828834.
HSL color Cylindrical-coordinate representation of color #A2A50C: hue angle of 61.18º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2A50C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.35 |
| HSL | 61.18º | 0.86% | 0.35% | - |
| HSV(B) | 61.18º | 0.93% | 0.65% | - |
| XYZ | 28.42 | 34.62 | 5.53 | - |
| YUV | 146.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 12 | 0.02 | 0 | 0.93 | 0.35 | 61.18 | 0.86 | 0.35 |
| Hex | A2 | A5 | C | 2 | 0 | 5D | 23 | 3D | 56 | 23 |
| Octal | 242 | 245 | 14 | 2 | 0 | 135 | 43 | 75 | 126 | 43 |
| Binary | 10100010 | 10100101 | 1100 | 10 | 0 | 1011101 | 100011 | 111101 | 1010110 | 100011 |
Color Harmonies of #A2A50C
Complementary color
Monochromatic Colors of #A2A50C
Black with #A2A50C
Text Example
Text Example
White with #A2A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A50C; }
p { color: rgb(162,165,12); }
H1.HeaderClassName
{
color: #A2A50C;
}
.AnyTagClassName
{
color: #A2A50C;
}
</style>
background-color css
<style>
a { background-color: #A2A50C; }
a { background-color: rgb(162,165,12); }
div.DivClassName
{
background-color: #A2A50C;
}
.BgClassName
{
background-color: #A2A50C;
}
</style>
border-color css
<style>
span { border-color: #A2A50C; }
span { border-color: rgb(162,165,12); }
td.TdClassName
{
border-color: #A2A50C;
}
.TagClassName
{
border-color: #A2A50C;
}
</style>