Shades of Citrus #ABAC11
Tints of Citrus #ABAC11
RGB
CMYK
RGB Variations
Color information
#ABAC11 (or 0xABAC11) is known color: Citrus. HEX triplet: AB, AC and 11. RGB value is (171,172,17). Sum of RGB (Red+Green+Blue) = 171+172+17=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC11 is #5453EE. Grayscale: #9A9A9A. Windows color (decimal): -5526511 or 1158315. OLE color: 1158315.
HSL color Cylindrical-coordinate representation of color #ABAC11: hue angle of 60.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABAC11 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 17 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.33 |
| HSL | 60.39º | 0.82% | 0.37% | - |
| HSV(B) | 60.39º | 0.9% | 0.67% | - |
| XYZ | 31.65 | 38.2 | 6.24 | - |
| YUV | 154.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 17 | 0.01 | 0 | 0.90 | 0.33 | 60.39 | 0.82 | 0.37 |
| Hex | AB | AC | 11 | 1 | 0 | 5A | 21 | 3C | 52 | 25 |
| Octal | 253 | 254 | 21 | 1 | 0 | 132 | 41 | 74 | 122 | 45 |
| Binary | 10101011 | 10101100 | 10001 | 1 | 0 | 1011010 | 100001 | 111100 | 1010010 | 100101 |
Color Harmonies of #ABAC11
Complementary color
Monochromatic Colors of #ABAC11
Black with #ABAC11
Text Example
Text Example
White with #ABAC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC11; }
p { color: rgb(171,172,17); }
H1.HeaderClassName
{
color: #ABAC11;
}
.AnyTagClassName
{
color: #ABAC11;
}
</style>
background-color css
<style>
a { background-color: #ABAC11; }
a { background-color: rgb(171,172,17); }
div.DivClassName
{
background-color: #ABAC11;
}
.BgClassName
{
background-color: #ABAC11;
}
</style>
border-color css
<style>
span { border-color: #ABAC11; }
span { border-color: rgb(171,172,17); }
td.TdClassName
{
border-color: #ABAC11;
}
.TagClassName
{
border-color: #ABAC11;
}
</style>