Shades of Citrus #ACAB02
Tints of Citrus #ACAB02
RGB
CMYK
RGB Variations
Color information
#ACAB02 (or 0xACAB02) is known color: Citrus. HEX triplet: AC, AB and 02. RGB value is (172,171,2). Sum of RGB (Red+Green+Blue) = 172+171+2=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAB02 is #5354FD. Grayscale: #989898. Windows color (decimal): -5461246 or 175020. OLE color: 175020.
HSL color Cylindrical-coordinate representation of color #ACAB02: hue angle of 59.65º 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 #ACAB02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 171 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.33 |
| HSL | 59.65º | 0.98% | 0.34% | - |
| HSV(B) | 59.65º | 0.99% | 0.67% | - |
| XYZ | 31.59 | 37.9 | 5.71 | - |
| YUV | 152.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 2 | 0 | 0.01 | 0.99 | 0.33 | 59.65 | 0.98 | 0.34 |
| Hex | AC | AB | 2 | 0 | 1 | 63 | 21 | 3C | 62 | 22 |
| Octal | 254 | 253 | 2 | 0 | 1 | 143 | 41 | 74 | 142 | 42 |
| Binary | 10101100 | 10101011 | 10 | 0 | 1 | 1100011 | 100001 | 111100 | 1100010 | 100010 |
Color Harmonies of #ACAB02
Complementary color
Monochromatic Colors of #ACAB02
Black with #ACAB02
Text Example
Text Example
White with #ACAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACAB02; }
p { color: rgb(172,171,2); }
H1.HeaderClassName
{
color: #ACAB02;
}
.AnyTagClassName
{
color: #ACAB02;
}
</style>
background-color css
<style>
a { background-color: #ACAB02; }
a { background-color: rgb(172,171,2); }
div.DivClassName
{
background-color: #ACAB02;
}
.BgClassName
{
background-color: #ACAB02;
}
</style>
border-color css
<style>
span { border-color: #ACAB02; }
span { border-color: rgb(172,171,2); }
td.TdClassName
{
border-color: #ACAB02;
}
.TagClassName
{
border-color: #ACAB02;
}
</style>