Shades of Citrus #A2AB17
Tints of Citrus #A2AB17
RGB
CMYK
RGB Variations
Color information
#A2AB17 (or 0xA2AB17) is known color: Citrus. HEX triplet: A2, AB and 17. RGB value is (162,171,23). Sum of RGB (Red+Green+Blue) = 162+171+23=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB17 is #5D54E8. Grayscale: #989898. Windows color (decimal): -6116585 or 1551266. OLE color: 1551266.
HSL color Cylindrical-coordinate representation of color #A2AB17: hue angle of 63.65º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2AB17 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 23 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.33 |
| HSL | 63.65º | 0.76% | 0.38% | - |
| HSV(B) | 63.65º | 0.87% | 0.67% | - |
| XYZ | 29.62 | 36.87 | 6.37 | - |
| YUV | 151.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 23 | 0.05 | 0 | 0.87 | 0.33 | 63.65 | 0.76 | 0.38 |
| Hex | A2 | AB | 17 | 5 | 0 | 57 | 21 | 40 | 4C | 26 |
| Octal | 242 | 253 | 27 | 5 | 0 | 127 | 41 | 100 | 114 | 46 |
| Binary | 10100010 | 10101011 | 10111 | 101 | 0 | 1010111 | 100001 | 1000000 | 1001100 | 100110 |
Color Harmonies of #A2AB17
Complementary color
Monochromatic Colors of #A2AB17
Black with #A2AB17
Text Example
Text Example
White with #A2AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB17; }
p { color: rgb(162,171,23); }
H1.HeaderClassName
{
color: #A2AB17;
}
.AnyTagClassName
{
color: #A2AB17;
}
</style>
background-color css
<style>
a { background-color: #A2AB17; }
a { background-color: rgb(162,171,23); }
div.DivClassName
{
background-color: #A2AB17;
}
.BgClassName
{
background-color: #A2AB17;
}
</style>
border-color css
<style>
span { border-color: #A2AB17; }
span { border-color: rgb(162,171,23); }
td.TdClassName
{
border-color: #A2AB17;
}
.TagClassName
{
border-color: #A2AB17;
}
</style>