Shades of Citrus #A8AB02
Tints of Citrus #A8AB02
RGB
CMYK
RGB Variations
Color information
#A8AB02 (or 0xA8AB02) is known color: Citrus. HEX triplet: A8, AB and 02. RGB value is (168,171,2). Sum of RGB (Red+Green+Blue) = 168+171+2=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 171 (67.19% from 255 or 50.15% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB02 is #5754FD. Grayscale: #979797. Windows color (decimal): -5723390 or 175016. OLE color: 175016.
HSL color Cylindrical-coordinate representation of color #A8AB02: hue angle of 61.07º 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 #A8AB02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.33 |
| HSL | 61.07º | 0.98% | 0.34% | - |
| HSV(B) | 61.07º | 0.99% | 0.67% | - |
| XYZ | 30.72 | 37.46 | 5.67 | - |
| YUV | 150.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 2 | 0.02 | 0 | 0.99 | 0.33 | 61.07 | 0.98 | 0.34 |
| Hex | A8 | AB | 2 | 2 | 0 | 63 | 21 | 3D | 62 | 22 |
| Octal | 250 | 253 | 2 | 2 | 0 | 143 | 41 | 75 | 142 | 42 |
| Binary | 10101000 | 10101011 | 10 | 10 | 0 | 1100011 | 100001 | 111101 | 1100010 | 100010 |
Color Harmonies of #A8AB02
Complementary color
Monochromatic Colors of #A8AB02
Black with #A8AB02
Text Example
Text Example
White with #A8AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB02; }
p { color: rgb(168,171,2); }
H1.HeaderClassName
{
color: #A8AB02;
}
.AnyTagClassName
{
color: #A8AB02;
}
</style>
background-color css
<style>
a { background-color: #A8AB02; }
a { background-color: rgb(168,171,2); }
div.DivClassName
{
background-color: #A8AB02;
}
.BgClassName
{
background-color: #A8AB02;
}
</style>
border-color css
<style>
span { border-color: #A8AB02; }
span { border-color: rgb(168,171,2); }
td.TdClassName
{
border-color: #A8AB02;
}
.TagClassName
{
border-color: #A8AB02;
}
</style>