Shades of Citrus #A2B00A
Tints of Citrus #A2B00A
RGB
CMYK
RGB Variations
Color information
#A2B00A (or 0xA2B00A) is known color: Citrus. HEX triplet: A2, B0 and 0A. RGB value is (162,176,10). Sum of RGB (Red+Green+Blue) = 162+176+10=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B00A is #5D4FF5. Grayscale: #999999. Windows color (decimal): -6115318 or 700578. OLE color: 700578.
HSL color Cylindrical-coordinate representation of color #A2B00A: hue angle of 65.06º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2B00A is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 10 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.31 |
| HSL | 65.06º | 0.89% | 0.36% | - |
| HSV(B) | 65.06º | 0.94% | 0.69% | - |
| XYZ | 30.48 | 38.75 | 6.16 | - |
| YUV | 152.89 | 47.36 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 10 | 0.08 | 0 | 0.94 | 0.31 | 65.06 | 0.89 | 0.36 |
| Hex | A2 | B0 | A | 8 | 0 | 5E | 1F | 41 | 59 | 24 |
| Octal | 242 | 260 | 12 | 10 | 0 | 136 | 37 | 101 | 131 | 44 |
| Binary | 10100010 | 10110000 | 1010 | 1000 | 0 | 1011110 | 11111 | 1000001 | 1011001 | 100100 |
Color Harmonies of #A2B00A
Complementary color
Monochromatic Colors of #A2B00A
Black with #A2B00A
Text Example
Text Example
White with #A2B00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B00A; }
p { color: rgb(162,176,10); }
H1.HeaderClassName
{
color: #A2B00A;
}
.AnyTagClassName
{
color: #A2B00A;
}
</style>
background-color css
<style>
a { background-color: #A2B00A; }
a { background-color: rgb(162,176,10); }
div.DivClassName
{
background-color: #A2B00A;
}
.BgClassName
{
background-color: #A2B00A;
}
</style>
border-color css
<style>
span { border-color: #A2B00A; }
span { border-color: rgb(162,176,10); }
td.TdClassName
{
border-color: #A2B00A;
}
.TagClassName
{
border-color: #A2B00A;
}
</style>