Shades of Citrus #ABB60D
Tints of Citrus #ABB60D
RGB
CMYK
RGB Variations
Color information
#ABB60D (or 0xABB60D) is known color: Citrus. HEX triplet: AB, B6 and 0D. RGB value is (171,182,13). Sum of RGB (Red+Green+Blue) = 171+182+13=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB60D is #5449F2. Grayscale: #A0A0A0. Windows color (decimal): -5523955 or 898731. OLE color: 898731.
HSL color Cylindrical-coordinate representation of color #ABB60D: hue angle of 63.91º degrees, saturation: 0.87, 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 #ABB60D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.29 |
| HSL | 63.91º | 0.87% | 0.38% | - |
| HSV(B) | 63.91º | 0.93% | 0.71% | - |
| XYZ | 33.6 | 42.14 | 6.74 | - |
| YUV | 159.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 13 | 0.06 | 0 | 0.93 | 0.29 | 63.91 | 0.87 | 0.38 |
| Hex | AB | B6 | D | 6 | 0 | 5D | 1D | 40 | 57 | 26 |
| Octal | 253 | 266 | 15 | 6 | 0 | 135 | 35 | 100 | 127 | 46 |
| Binary | 10101011 | 10110110 | 1101 | 110 | 0 | 1011101 | 11101 | 1000000 | 1010111 | 100110 |
Color Harmonies of #ABB60D
Complementary color
Monochromatic Colors of #ABB60D
Black with #ABB60D
Text Example
Text Example
White with #ABB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB60D; }
p { color: rgb(171,182,13); }
H1.HeaderClassName
{
color: #ABB60D;
}
.AnyTagClassName
{
color: #ABB60D;
}
</style>
background-color css
<style>
a { background-color: #ABB60D; }
a { background-color: rgb(171,182,13); }
div.DivClassName
{
background-color: #ABB60D;
}
.BgClassName
{
background-color: #ABB60D;
}
</style>
border-color css
<style>
span { border-color: #ABB60D; }
span { border-color: rgb(171,182,13); }
td.TdClassName
{
border-color: #ABB60D;
}
.TagClassName
{
border-color: #ABB60D;
}
</style>