Shades of Citrus #ABA90B
Tints of Citrus #ABA90B
RGB
CMYK
RGB Variations
Color information
#ABA90B (or 0xABA90B) is known color: Citrus. HEX triplet: AB, A9 and 0B. RGB value is (171,169,11). Sum of RGB (Red+Green+Blue) = 171+169+11=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA90B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA90B is #5456F4. Grayscale: #989898. Windows color (decimal): -5527285 or 764331. OLE color: 764331.
HSL color Cylindrical-coordinate representation of color #ABA90B: hue angle of 59.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA90B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.33 |
| HSL | 59.25º | 0.88% | 0.36% | - |
| HSV(B) | 59.25º | 0.94% | 0.67% | - |
| XYZ | 31.04 | 37.06 | 5.83 | - |
| YUV | 151.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 11 | 0 | 0.01 | 0.94 | 0.33 | 59.25 | 0.88 | 0.36 |
| Hex | AB | A9 | B | 0 | 1 | 5E | 21 | 3B | 58 | 24 |
| Octal | 253 | 251 | 13 | 0 | 1 | 136 | 41 | 73 | 130 | 44 |
| Binary | 10101011 | 10101001 | 1011 | 0 | 1 | 1011110 | 100001 | 111011 | 1011000 | 100100 |
Color Harmonies of #ABA90B
Complementary color
Monochromatic Colors of #ABA90B
Black with #ABA90B
Text Example
Text Example
White with #ABA90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA90B; }
p { color: rgb(171,169,11); }
H1.HeaderClassName
{
color: #ABA90B;
}
.AnyTagClassName
{
color: #ABA90B;
}
</style>
background-color css
<style>
a { background-color: #ABA90B; }
a { background-color: rgb(171,169,11); }
div.DivClassName
{
background-color: #ABA90B;
}
.BgClassName
{
background-color: #ABA90B;
}
</style>
border-color css
<style>
span { border-color: #ABA90B; }
span { border-color: rgb(171,169,11); }
td.TdClassName
{
border-color: #ABA90B;
}
.TagClassName
{
border-color: #ABA90B;
}
</style>