Shades of Citrus #ABA600
Tints of Citrus #ABA600
RGB
CMYK
RGB Variations
Color information
#ABA600 (or 0xABA600) is known color: Citrus. HEX triplet: AB, A6 and 00. RGB value is (171,166,0). Sum of RGB (Red+Green+Blue) = 171+166+0=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA600 is #5459FF. Grayscale: #959595. Windows color (decimal): -5528064 or 42667. OLE color: 42667.
HSL color Cylindrical-coordinate representation of color #ABA600: hue angle of 58.25º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABA600 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.33 |
| HSL | 58.25º | 1% | 0.34% | - |
| HSV(B) | 58.25º | 1% | 0.67% | - |
| XYZ | 30.43 | 35.93 | 5.33 | - |
| YUV | 148.57 | 44.16 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 0 | 0 | 0.03 | 1 | 0.33 | 58.25 | 1 | 0.34 |
| Hex | AB | A6 | 0 | 0 | 3 | 64 | 21 | 3A | 64 | 22 |
| Octal | 253 | 246 | 0 | 0 | 3 | 144 | 41 | 72 | 144 | 42 |
| Binary | 10101011 | 10100110 | 0 | 0 | 11 | 1100100 | 100001 | 111010 | 1100100 | 100010 |
Color Harmonies of #ABA600
Complementary color
Monochromatic Colors of #ABA600
Black with #ABA600
Text Example
Text Example
White with #ABA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA600; }
p { color: rgb(171,166,0); }
H1.HeaderClassName
{
color: #ABA600;
}
.AnyTagClassName
{
color: #ABA600;
}
</style>
background-color css
<style>
a { background-color: #ABA600; }
a { background-color: rgb(171,166,0); }
div.DivClassName
{
background-color: #ABA600;
}
.BgClassName
{
background-color: #ABA600;
}
</style>
border-color css
<style>
span { border-color: #ABA600; }
span { border-color: rgb(171,166,0); }
td.TdClassName
{
border-color: #ABA600;
}
.TagClassName
{
border-color: #ABA600;
}
</style>