Shades of Citrus #A1AB02
Tints of Citrus #A1AB02
RGB
CMYK
RGB Variations
Color information
#A1AB02 (or 0xA1AB02) is known color: Citrus. HEX triplet: A1, AB and 02. RGB value is (161,171,2). Sum of RGB (Red+Green+Blue) = 161+171+2=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AB02 is #5E54FD. Grayscale: #959595. Windows color (decimal): -6182142 or 175009. OLE color: 175009.
HSL color Cylindrical-coordinate representation of color #A1AB02: hue angle of 63.55º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1AB02 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.33 |
| HSL | 63.55º | 0.98% | 0.34% | - |
| HSV(B) | 63.55º | 0.99% | 0.67% | - |
| XYZ | 29.27 | 36.71 | 5.6 | - |
| YUV | 148.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 2 | 0.06 | 0 | 0.99 | 0.33 | 63.55 | 0.98 | 0.34 |
| Hex | A1 | AB | 2 | 6 | 0 | 63 | 21 | 40 | 62 | 22 |
| Octal | 241 | 253 | 2 | 6 | 0 | 143 | 41 | 100 | 142 | 42 |
| Binary | 10100001 | 10101011 | 10 | 110 | 0 | 1100011 | 100001 | 1000000 | 1100010 | 100010 |
Color Harmonies of #A1AB02
Complementary color
Monochromatic Colors of #A1AB02
Black with #A1AB02
Text Example
Text Example
White with #A1AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB02; }
p { color: rgb(161,171,2); }
H1.HeaderClassName
{
color: #A1AB02;
}
.AnyTagClassName
{
color: #A1AB02;
}
</style>
background-color css
<style>
a { background-color: #A1AB02; }
a { background-color: rgb(161,171,2); }
div.DivClassName
{
background-color: #A1AB02;
}
.BgClassName
{
background-color: #A1AB02;
}
</style>
border-color css
<style>
span { border-color: #A1AB02; }
span { border-color: rgb(161,171,2); }
td.TdClassName
{
border-color: #A1AB02;
}
.TagClassName
{
border-color: #A1AB02;
}
</style>