Shades of Citrus #ABBA05
Tints of Citrus #ABBA05
RGB
CMYK
RGB Variations
Color information
#ABBA05 (or 0xABBA05) is known color: Citrus. HEX triplet: AB, BA and 05. RGB value is (171,186,5). Sum of RGB (Red+Green+Blue) = 171+186+5=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA05 is #5445FA. Grayscale: #A1A1A1. Windows color (decimal): -5522939 or 375467. OLE color: 375467.
HSL color Cylindrical-coordinate representation of color #ABBA05: hue angle of 64.97º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABBA05 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 5 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.27 |
| HSL | 64.97º | 0.95% | 0.37% | - |
| HSV(B) | 64.97º | 0.97% | 0.73% | - |
| XYZ | 34.38 | 43.79 | 6.78 | - |
| YUV | 160.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 5 | 0.08 | 0 | 0.97 | 0.27 | 64.97 | 0.95 | 0.37 |
| Hex | AB | BA | 5 | 8 | 0 | 61 | 1B | 41 | 5F | 25 |
| Octal | 253 | 272 | 5 | 10 | 0 | 141 | 33 | 101 | 137 | 45 |
| Binary | 10101011 | 10111010 | 101 | 1000 | 0 | 1100001 | 11011 | 1000001 | 1011111 | 100101 |
Color Harmonies of #ABBA05
Complementary color
Monochromatic Colors of #ABBA05
Black with #ABBA05
Text Example
Text Example
White with #ABBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA05; }
p { color: rgb(171,186,5); }
H1.HeaderClassName
{
color: #ABBA05;
}
.AnyTagClassName
{
color: #ABBA05;
}
</style>
background-color css
<style>
a { background-color: #ABBA05; }
a { background-color: rgb(171,186,5); }
div.DivClassName
{
background-color: #ABBA05;
}
.BgClassName
{
background-color: #ABBA05;
}
</style>
border-color css
<style>
span { border-color: #ABBA05; }
span { border-color: rgb(171,186,5); }
td.TdClassName
{
border-color: #ABBA05;
}
.TagClassName
{
border-color: #ABBA05;
}
</style>