Shades of Citrus #ABA802
Tints of Citrus #ABA802
RGB
CMYK
RGB Variations
Color information
#ABA802 (or 0xABA802) is known color: Citrus. HEX triplet: AB, A8 and 02. RGB value is (171,168,2). Sum of RGB (Red+Green+Blue) = 171+168+2=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 168 (66.02% from 255 or 49.27% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA802 is #5457FD. Grayscale: #969696. Windows color (decimal): -5527550 or 174251. OLE color: 174251.
HSL color Cylindrical-coordinate representation of color #ABA802: hue angle of 58.93º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABA802 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.33 |
| HSL | 58.93º | 0.98% | 0.34% | - |
| HSV(B) | 58.93º | 0.99% | 0.67% | - |
| XYZ | 30.81 | 36.67 | 5.51 | - |
| YUV | 149.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 2 | 0 | 0.02 | 0.99 | 0.33 | 58.93 | 0.98 | 0.34 |
| Hex | AB | A8 | 2 | 0 | 2 | 63 | 21 | 3B | 62 | 22 |
| Octal | 253 | 250 | 2 | 0 | 2 | 143 | 41 | 73 | 142 | 42 |
| Binary | 10101011 | 10101000 | 10 | 0 | 10 | 1100011 | 100001 | 111011 | 1100010 | 100010 |
Color Harmonies of #ABA802
Complementary color
Monochromatic Colors of #ABA802
Black with #ABA802
Text Example
Text Example
White with #ABA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA802; }
p { color: rgb(171,168,2); }
H1.HeaderClassName
{
color: #ABA802;
}
.AnyTagClassName
{
color: #ABA802;
}
</style>
background-color css
<style>
a { background-color: #ABA802; }
a { background-color: rgb(171,168,2); }
div.DivClassName
{
background-color: #ABA802;
}
.BgClassName
{
background-color: #ABA802;
}
</style>
border-color css
<style>
span { border-color: #ABA802; }
span { border-color: rgb(171,168,2); }
td.TdClassName
{
border-color: #ABA802;
}
.TagClassName
{
border-color: #ABA802;
}
</style>