Shades of Citrus #ABB60C
Tints of Citrus #ABB60C
RGB
CMYK
RGB Variations
Color information
#ABB60C (or 0xABB60C) is known color: Citrus. HEX triplet: AB, B6 and 0C. RGB value is (171,182,12). Sum of RGB (Red+Green+Blue) = 171+182+12=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB60C is #5449F3. Grayscale: #A0A0A0. Windows color (decimal): -5523956 or 833195. OLE color: 833195.
HSL color Cylindrical-coordinate representation of color #ABB60C: hue angle of 63.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABB60C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.29 |
| HSL | 63.88º | 0.88% | 0.38% | - |
| HSV(B) | 63.88º | 0.93% | 0.71% | - |
| XYZ | 33.59 | 42.14 | 6.71 | - |
| YUV | 159.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 12 | 0.06 | 0 | 0.93 | 0.29 | 63.88 | 0.88 | 0.38 |
| Hex | AB | B6 | C | 6 | 0 | 5D | 1D | 40 | 58 | 26 |
| Octal | 253 | 266 | 14 | 6 | 0 | 135 | 35 | 100 | 130 | 46 |
| Binary | 10101011 | 10110110 | 1100 | 110 | 0 | 1011101 | 11101 | 1000000 | 1011000 | 100110 |
Color Harmonies of #ABB60C
Complementary color
Monochromatic Colors of #ABB60C
Black with #ABB60C
Text Example
Text Example
White with #ABB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB60C; }
p { color: rgb(171,182,12); }
H1.HeaderClassName
{
color: #ABB60C;
}
.AnyTagClassName
{
color: #ABB60C;
}
</style>
background-color css
<style>
a { background-color: #ABB60C; }
a { background-color: rgb(171,182,12); }
div.DivClassName
{
background-color: #ABB60C;
}
.BgClassName
{
background-color: #ABB60C;
}
</style>
border-color css
<style>
span { border-color: #ABB60C; }
span { border-color: rgb(171,182,12); }
td.TdClassName
{
border-color: #ABB60C;
}
.TagClassName
{
border-color: #ABB60C;
}
</style>