Shades of Citrus #ABA702
Tints of Citrus #ABA702
RGB
CMYK
RGB Variations
Color information
#ABA702 (or 0xABA702) is known color: Citrus. HEX triplet: AB, A7 and 02. RGB value is (171,167,2). Sum of RGB (Red+Green+Blue) = 171+167+2=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA702 is #5458FD. Grayscale: #969696. Windows color (decimal): -5527806 or 173995. OLE color: 173995.
HSL color Cylindrical-coordinate representation of color #ABA702: hue angle of 58.58º 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 #ABA702 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.33 |
| HSL | 58.58º | 0.98% | 0.34% | - |
| HSV(B) | 58.58º | 0.99% | 0.67% | - |
| XYZ | 30.62 | 36.3 | 5.45 | - |
| YUV | 149.39 | 44.83 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 2 | 0 | 0.02 | 0.99 | 0.33 | 58.58 | 0.98 | 0.34 |
| Hex | AB | A7 | 2 | 0 | 2 | 63 | 21 | 3B | 62 | 22 |
| Octal | 253 | 247 | 2 | 0 | 2 | 143 | 41 | 73 | 142 | 42 |
| Binary | 10101011 | 10100111 | 10 | 0 | 10 | 1100011 | 100001 | 111011 | 1100010 | 100010 |
Color Harmonies of #ABA702
Complementary color
Monochromatic Colors of #ABA702
Black with #ABA702
Text Example
Text Example
White with #ABA702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA702; }
p { color: rgb(171,167,2); }
H1.HeaderClassName
{
color: #ABA702;
}
.AnyTagClassName
{
color: #ABA702;
}
</style>
background-color css
<style>
a { background-color: #ABA702; }
a { background-color: rgb(171,167,2); }
div.DivClassName
{
background-color: #ABA702;
}
.BgClassName
{
background-color: #ABA702;
}
</style>
border-color css
<style>
span { border-color: #ABA702; }
span { border-color: rgb(171,167,2); }
td.TdClassName
{
border-color: #ABA702;
}
.TagClassName
{
border-color: #ABA702;
}
</style>