Shades of Citrus #A2B210
Tints of Citrus #A2B210
RGB
CMYK
RGB Variations
Color information
#A2B210 (or 0xA2B210) is known color: Citrus. HEX triplet: A2, B2 and 10. RGB value is (162,178,16). Sum of RGB (Red+Green+Blue) = 162+178+16=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B210 is #5D4DEF. Grayscale: #9B9B9B. Windows color (decimal): -6114800 or 1094306. OLE color: 1094306.
HSL color Cylindrical-coordinate representation of color #A2B210: hue angle of 65.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2B210 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 16 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.30 |
| HSL | 65.93º | 0.84% | 0.38% | - |
| HSV(B) | 65.93º | 0.91% | 0.7% | - |
| XYZ | 30.91 | 39.56 | 6.5 | - |
| YUV | 154.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 16 | 0.09 | 0 | 0.91 | 0.30 | 65.93 | 0.84 | 0.38 |
| Hex | A2 | B2 | 10 | 9 | 0 | 5B | 1E | 42 | 54 | 26 |
| Octal | 242 | 262 | 20 | 11 | 0 | 133 | 36 | 102 | 124 | 46 |
| Binary | 10100010 | 10110010 | 10000 | 1001 | 0 | 1011011 | 11110 | 1000010 | 1010100 | 100110 |
Color Harmonies of #A2B210
Complementary color
Monochromatic Colors of #A2B210
Black with #A2B210
Text Example
Text Example
White with #A2B210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B210; }
p { color: rgb(162,178,16); }
H1.HeaderClassName
{
color: #A2B210;
}
.AnyTagClassName
{
color: #A2B210;
}
</style>
background-color css
<style>
a { background-color: #A2B210; }
a { background-color: rgb(162,178,16); }
div.DivClassName
{
background-color: #A2B210;
}
.BgClassName
{
background-color: #A2B210;
}
</style>
border-color css
<style>
span { border-color: #A2B210; }
span { border-color: rgb(162,178,16); }
td.TdClassName
{
border-color: #A2B210;
}
.TagClassName
{
border-color: #A2B210;
}
</style>