Shades of Citrus #ABBA00
Tints of Citrus #ABBA00
RGB
CMYK
RGB Variations
Color information
#ABBA00 (or 0xABBA00) is known color: Citrus. HEX triplet: AB, BA and 00. RGB value is (171,186,0). Sum of RGB (Red+Green+Blue) = 171+186+0=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA00 is #5445FF. Grayscale: #A1A1A1. Windows color (decimal): -5522944 or 47787. OLE color: 47787.
HSL color Cylindrical-coordinate representation of color #ABBA00: hue angle of 64.84º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABBA00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.27 |
| HSL | 64.84º | 1% | 0.36% | - |
| HSV(B) | 64.84º | 1% | 0.73% | - |
| XYZ | 34.35 | 43.78 | 6.64 | - |
| YUV | 160.31 | 37.53 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 0 | 0.08 | 0 | 1 | 0.27 | 64.84 | 1 | 0.36 |
| Hex | AB | BA | 0 | 8 | 0 | 64 | 1B | 41 | 64 | 24 |
| Octal | 253 | 272 | 0 | 10 | 0 | 144 | 33 | 101 | 144 | 44 |
| Binary | 10101011 | 10111010 | 0 | 1000 | 0 | 1100100 | 11011 | 1000001 | 1100100 | 100100 |
Color Harmonies of #ABBA00
Complementary color
Monochromatic Colors of #ABBA00
Black with #ABBA00
Text Example
Text Example
White with #ABBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA00; }
p { color: rgb(171,186,0); }
H1.HeaderClassName
{
color: #ABBA00;
}
.AnyTagClassName
{
color: #ABBA00;
}
</style>
background-color css
<style>
a { background-color: #ABBA00; }
a { background-color: rgb(171,186,0); }
div.DivClassName
{
background-color: #ABBA00;
}
.BgClassName
{
background-color: #ABBA00;
}
</style>
border-color css
<style>
span { border-color: #ABBA00; }
span { border-color: rgb(171,186,0); }
td.TdClassName
{
border-color: #ABBA00;
}
.TagClassName
{
border-color: #ABBA00;
}
</style>