Shades of Citrus #A8AB00
Tints of Citrus #A8AB00
RGB
CMYK
RGB Variations
Color information
#A8AB00 (or 0xA8AB00) is known color: Citrus. HEX triplet: A8, AB and 00. RGB value is (168,171,0). Sum of RGB (Red+Green+Blue) = 168+171+0=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB00 is #5754FF. Grayscale: #979797. Windows color (decimal): -5723392 or 43944. OLE color: 43944.
HSL color Cylindrical-coordinate representation of color #A8AB00: hue angle of 61.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8AB00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.33 |
| HSL | 61.05º | 1% | 0.34% | - |
| HSV(B) | 61.05º | 1% | 0.67% | - |
| XYZ | 30.71 | 37.45 | 5.61 | - |
| YUV | 150.61 | 43.01 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 0 | 0.02 | 0 | 1 | 0.33 | 61.05 | 1 | 0.34 |
| Hex | A8 | AB | 0 | 2 | 0 | 64 | 21 | 3D | 64 | 22 |
| Octal | 250 | 253 | 0 | 2 | 0 | 144 | 41 | 75 | 144 | 42 |
| Binary | 10101000 | 10101011 | 0 | 10 | 0 | 1100100 | 100001 | 111101 | 1100100 | 100010 |
Color Harmonies of #A8AB00
Complementary color
Monochromatic Colors of #A8AB00
Black with #A8AB00
Text Example
Text Example
White with #A8AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB00; }
p { color: rgb(168,171,0); }
H1.HeaderClassName
{
color: #A8AB00;
}
.AnyTagClassName
{
color: #A8AB00;
}
</style>
background-color css
<style>
a { background-color: #A8AB00; }
a { background-color: rgb(168,171,0); }
div.DivClassName
{
background-color: #A8AB00;
}
.BgClassName
{
background-color: #A8AB00;
}
</style>
border-color css
<style>
span { border-color: #A8AB00; }
span { border-color: rgb(168,171,0); }
td.TdClassName
{
border-color: #A8AB00;
}
.TagClassName
{
border-color: #A8AB00;
}
</style>