Shades of Citrus #A2A50B
Tints of Citrus #A2A50B
RGB
CMYK
RGB Variations
Color information
#A2A50B (or 0xA2A50B) is known color: Citrus. HEX triplet: A2, A5 and 0B. RGB value is (162,165,11). Sum of RGB (Red+Green+Blue) = 162+165+11=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A50B is #5D5AF4. Grayscale: #939393. Windows color (decimal): -6118133 or 763298. OLE color: 763298.
HSL color Cylindrical-coordinate representation of color #A2A50B: hue angle of 61.17º degrees, saturation: 0.88, 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 #A2A50B is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 165 | 11 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.35 |
| HSL | 61.17º | 0.88% | 0.35% | - |
| HSV(B) | 61.17º | 0.93% | 0.65% | - |
| XYZ | 28.42 | 34.62 | 5.5 | - |
| YUV | 146.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 11 | 0.02 | 0 | 0.93 | 0.35 | 61.17 | 0.88 | 0.35 |
| Hex | A2 | A5 | B | 2 | 0 | 5D | 23 | 3D | 58 | 23 |
| Octal | 242 | 245 | 13 | 2 | 0 | 135 | 43 | 75 | 130 | 43 |
| Binary | 10100010 | 10100101 | 1011 | 10 | 0 | 1011101 | 100011 | 111101 | 1011000 | 100011 |
Color Harmonies of #A2A50B
Complementary color
Monochromatic Colors of #A2A50B
Black with #A2A50B
Text Example
Text Example
White with #A2A50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A50B; }
p { color: rgb(162,165,11); }
H1.HeaderClassName
{
color: #A2A50B;
}
.AnyTagClassName
{
color: #A2A50B;
}
</style>
background-color css
<style>
a { background-color: #A2A50B; }
a { background-color: rgb(162,165,11); }
div.DivClassName
{
background-color: #A2A50B;
}
.BgClassName
{
background-color: #A2A50B;
}
</style>
border-color css
<style>
span { border-color: #A2A50B; }
span { border-color: rgb(162,165,11); }
td.TdClassName
{
border-color: #A2A50B;
}
.TagClassName
{
border-color: #A2A50B;
}
</style>