Shades of Citrus #ABBA0E
Tints of Citrus #ABBA0E
RGB
CMYK
RGB Variations
Color information
#ABBA0E (or 0xABBA0E) is known color: Citrus. HEX triplet: AB, BA and 0E. RGB value is (171,186,14). Sum of RGB (Red+Green+Blue) = 171+186+14=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBA0E is #5445F1. Grayscale: #A2A2A2. Windows color (decimal): -5522930 or 965291. OLE color: 965291.
HSL color Cylindrical-coordinate representation of color #ABBA0E: hue angle of 65.23º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABBA0E is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 14 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.27 |
| HSL | 65.23º | 0.86% | 0.39% | - |
| HSV(B) | 65.23º | 0.92% | 0.73% | - |
| XYZ | 34.43 | 43.81 | 7.06 | - |
| YUV | 161.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 14 | 0.08 | 0 | 0.92 | 0.27 | 65.23 | 0.86 | 0.39 |
| Hex | AB | BA | E | 8 | 0 | 5C | 1B | 41 | 56 | 27 |
| Octal | 253 | 272 | 16 | 10 | 0 | 134 | 33 | 101 | 126 | 47 |
| Binary | 10101011 | 10111010 | 1110 | 1000 | 0 | 1011100 | 11011 | 1000001 | 1010110 | 100111 |
Color Harmonies of #ABBA0E
Complementary color
Monochromatic Colors of #ABBA0E
Black with #ABBA0E
Text Example
Text Example
White with #ABBA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA0E; }
p { color: rgb(171,186,14); }
H1.HeaderClassName
{
color: #ABBA0E;
}
.AnyTagClassName
{
color: #ABBA0E;
}
</style>
background-color css
<style>
a { background-color: #ABBA0E; }
a { background-color: rgb(171,186,14); }
div.DivClassName
{
background-color: #ABBA0E;
}
.BgClassName
{
background-color: #ABBA0E;
}
</style>
border-color css
<style>
span { border-color: #ABBA0E; }
span { border-color: rgb(171,186,14); }
td.TdClassName
{
border-color: #ABBA0E;
}
.TagClassName
{
border-color: #ABBA0E;
}
</style>