Shades of Citrus #ABB60E
Tints of Citrus #ABB60E
RGB
CMYK
RGB Variations
Color information
#ABB60E (or 0xABB60E) is known color: Citrus. HEX triplet: AB, B6 and 0E. RGB value is (171,182,14). Sum of RGB (Red+Green+Blue) = 171+182+14=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB60E is #5449F1. Grayscale: #A0A0A0. Windows color (decimal): -5523954 or 964267. OLE color: 964267.
HSL color Cylindrical-coordinate representation of color #ABB60E: hue angle of 63.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABB60E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 14 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.29 |
| HSL | 63.93º | 0.86% | 0.38% | - |
| HSV(B) | 63.93º | 0.92% | 0.71% | - |
| XYZ | 33.6 | 42.15 | 6.78 | - |
| YUV | 159.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 14 | 0.06 | 0 | 0.92 | 0.29 | 63.93 | 0.86 | 0.38 |
| Hex | AB | B6 | E | 6 | 0 | 5C | 1D | 40 | 56 | 26 |
| Octal | 253 | 266 | 16 | 6 | 0 | 134 | 35 | 100 | 126 | 46 |
| Binary | 10101011 | 10110110 | 1110 | 110 | 0 | 1011100 | 11101 | 1000000 | 1010110 | 100110 |
Color Harmonies of #ABB60E
Complementary color
Monochromatic Colors of #ABB60E
Black with #ABB60E
Text Example
Text Example
White with #ABB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB60E; }
p { color: rgb(171,182,14); }
H1.HeaderClassName
{
color: #ABB60E;
}
.AnyTagClassName
{
color: #ABB60E;
}
</style>
background-color css
<style>
a { background-color: #ABB60E; }
a { background-color: rgb(171,182,14); }
div.DivClassName
{
background-color: #ABB60E;
}
.BgClassName
{
background-color: #ABB60E;
}
</style>
border-color css
<style>
span { border-color: #ABB60E; }
span { border-color: rgb(171,182,14); }
td.TdClassName
{
border-color: #ABB60E;
}
.TagClassName
{
border-color: #ABB60E;
}
</style>