Shades of Citrus #A2AB0B
Tints of Citrus #A2AB0B
RGB
CMYK
RGB Variations
Color information
#A2AB0B (or 0xA2AB0B) is known color: Citrus. HEX triplet: A2, AB and 0B. RGB value is (162,171,11). Sum of RGB (Red+Green+Blue) = 162+171+11=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB0B is #5D54F4. Grayscale: #969696. Windows color (decimal): -6116597 or 764834. OLE color: 764834.
HSL color Cylindrical-coordinate representation of color #A2AB0B: hue angle of 63.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2AB0B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.33 |
| HSL | 63.38º | 0.88% | 0.36% | - |
| HSV(B) | 63.38º | 0.94% | 0.67% | - |
| XYZ | 29.52 | 36.83 | 5.87 | - |
| YUV | 150.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 11 | 0.05 | 0 | 0.94 | 0.33 | 63.38 | 0.88 | 0.36 |
| Hex | A2 | AB | B | 5 | 0 | 5E | 21 | 3F | 58 | 24 |
| Octal | 242 | 253 | 13 | 5 | 0 | 136 | 41 | 77 | 130 | 44 |
| Binary | 10100010 | 10101011 | 1011 | 101 | 0 | 1011110 | 100001 | 111111 | 1011000 | 100100 |
Color Harmonies of #A2AB0B
Complementary color
Monochromatic Colors of #A2AB0B
Black with #A2AB0B
Text Example
Text Example
White with #A2AB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB0B; }
p { color: rgb(162,171,11); }
H1.HeaderClassName
{
color: #A2AB0B;
}
.AnyTagClassName
{
color: #A2AB0B;
}
</style>
background-color css
<style>
a { background-color: #A2AB0B; }
a { background-color: rgb(162,171,11); }
div.DivClassName
{
background-color: #A2AB0B;
}
.BgClassName
{
background-color: #A2AB0B;
}
</style>
border-color css
<style>
span { border-color: #A2AB0B; }
span { border-color: rgb(162,171,11); }
td.TdClassName
{
border-color: #A2AB0B;
}
.TagClassName
{
border-color: #A2AB0B;
}
</style>