Shades of Citrus #ACAB04
Tints of Citrus #ACAB04
RGB
CMYK
RGB Variations
Color information
#ACAB04 (or 0xACAB04) is known color: Citrus. HEX triplet: AC, AB and 04. RGB value is (172,171,4). Sum of RGB (Red+Green+Blue) = 172+171+4=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB04 is #5354FB. Grayscale: #989898. Windows color (decimal): -5461244 or 306092. OLE color: 306092.
HSL color Cylindrical-coordinate representation of color #ACAB04: hue angle of 59.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACAB04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.33 |
| HSL | 59.64º | 0.95% | 0.35% | - |
| HSV(B) | 59.64º | 0.98% | 0.67% | - |
| XYZ | 31.6 | 37.91 | 5.77 | - |
| YUV | 152.26 | 44.33 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 4 | 0 | 0.01 | 0.98 | 0.33 | 59.64 | 0.95 | 0.35 |
| Hex | AC | AB | 4 | 0 | 1 | 62 | 21 | 3C | 5F | 23 |
| Octal | 254 | 253 | 4 | 0 | 1 | 142 | 41 | 74 | 137 | 43 |
| Binary | 10101100 | 10101011 | 100 | 0 | 1 | 1100010 | 100001 | 111100 | 1011111 | 100011 |
Color Harmonies of #ACAB04
Complementary color
Monochromatic Colors of #ACAB04
Black with #ACAB04
Text Example
Text Example
White with #ACAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB04; }
p { color: rgb(172,171,4); }
H1.HeaderClassName
{
color: #ACAB04;
}
.AnyTagClassName
{
color: #ACAB04;
}
</style>
background-color css
<style>
a { background-color: #ACAB04; }
a { background-color: rgb(172,171,4); }
div.DivClassName
{
background-color: #ACAB04;
}
.BgClassName
{
background-color: #ACAB04;
}
</style>
border-color css
<style>
span { border-color: #ACAB04; }
span { border-color: rgb(172,171,4); }
td.TdClassName
{
border-color: #ACAB04;
}
.TagClassName
{
border-color: #ACAB04;
}
</style>