Shades of Citrus #ABAC00
Tints of Citrus #ABAC00
RGB
CMYK
RGB Variations
Color information
#ABAC00 (or 0xABAC00) is known color: Citrus. HEX triplet: AB, AC and 00. RGB value is (171,172,0). Sum of RGB (Red+Green+Blue) = 171+172+0=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC00 is #5453FF. Grayscale: #989898. Windows color (decimal): -5526528 or 44203. OLE color: 44203.
HSL color Cylindrical-coordinate representation of color #ABAC00: hue angle of 60.35º 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 #ABAC00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.33 |
| HSL | 60.35º | 1% | 0.34% | - |
| HSV(B) | 60.35º | 1% | 0.67% | - |
| XYZ | 31.55 | 38.16 | 5.7 | - |
| YUV | 152.09 | 42.17 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 0 | 0.01 | 0 | 1 | 0.33 | 60.35 | 1 | 0.34 |
| Hex | AB | AC | 0 | 1 | 0 | 64 | 21 | 3C | 64 | 22 |
| Octal | 253 | 254 | 0 | 1 | 0 | 144 | 41 | 74 | 144 | 42 |
| Binary | 10101011 | 10101100 | 0 | 1 | 0 | 1100100 | 100001 | 111100 | 1100100 | 100010 |
Color Harmonies of #ABAC00
Complementary color
Monochromatic Colors of #ABAC00
Black with #ABAC00
Text Example
Text Example
White with #ABAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC00; }
p { color: rgb(171,172,0); }
H1.HeaderClassName
{
color: #ABAC00;
}
.AnyTagClassName
{
color: #ABAC00;
}
</style>
background-color css
<style>
a { background-color: #ABAC00; }
a { background-color: rgb(171,172,0); }
div.DivClassName
{
background-color: #ABAC00;
}
.BgClassName
{
background-color: #ABAC00;
}
</style>
border-color css
<style>
span { border-color: #ABAC00; }
span { border-color: rgb(171,172,0); }
td.TdClassName
{
border-color: #ABAC00;
}
.TagClassName
{
border-color: #ABAC00;
}
</style>