Shades of Citrus #ABAF11
Tints of Citrus #ABAF11
RGB
CMYK
RGB Variations
Color information
#ABAF11 (or 0xABAF11) is known color: Citrus. HEX triplet: AB, AF and 11. RGB value is (171,175,17). Sum of RGB (Red+Green+Blue) = 171+175+17=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF11 is #5450EE. Grayscale: #9C9C9C. Windows color (decimal): -5525743 or 1159083. OLE color: 1159083.
HSL color Cylindrical-coordinate representation of color #ABAF11: hue angle of 61.52º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABAF11 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 17 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.31 |
| HSL | 61.52º | 0.82% | 0.38% | - |
| HSV(B) | 61.52º | 0.9% | 0.69% | - |
| XYZ | 32.23 | 39.36 | 6.43 | - |
| YUV | 155.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 17 | 0.02 | 0 | 0.90 | 0.31 | 61.52 | 0.82 | 0.38 |
| Hex | AB | AF | 11 | 2 | 0 | 5A | 1F | 3E | 52 | 26 |
| Octal | 253 | 257 | 21 | 2 | 0 | 132 | 37 | 76 | 122 | 46 |
| Binary | 10101011 | 10101111 | 10001 | 10 | 0 | 1011010 | 11111 | 111110 | 1010010 | 100110 |
Color Harmonies of #ABAF11
Complementary color
Monochromatic Colors of #ABAF11
Black with #ABAF11
Text Example
Text Example
White with #ABAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF11; }
p { color: rgb(171,175,17); }
H1.HeaderClassName
{
color: #ABAF11;
}
.AnyTagClassName
{
color: #ABAF11;
}
</style>
background-color css
<style>
a { background-color: #ABAF11; }
a { background-color: rgb(171,175,17); }
div.DivClassName
{
background-color: #ABAF11;
}
.BgClassName
{
background-color: #ABAF11;
}
</style>
border-color css
<style>
span { border-color: #ABAF11; }
span { border-color: rgb(171,175,17); }
td.TdClassName
{
border-color: #ABAF11;
}
.TagClassName
{
border-color: #ABAF11;
}
</style>