Shades of Citrus #ACB80C
Tints of Citrus #ACB80C
RGB
CMYK
RGB Variations
Color information
#ACB80C (or 0xACB80C) is known color: Citrus. HEX triplet: AC, B8 and 0C. RGB value is (172,184,12). Sum of RGB (Red+Green+Blue) = 172+184+12=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 184 (72.27% from 255 or 50% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB80C is #5347F3. Grayscale: #A1A1A1. Windows color (decimal): -5457908 or 833708. OLE color: 833708.
HSL color Cylindrical-coordinate representation of color #ACB80C: hue angle of 64.19º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB80C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 12 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.28 |
| HSL | 64.19º | 0.88% | 0.38% | - |
| HSV(B) | 64.19º | 0.93% | 0.72% | - |
| XYZ | 34.22 | 43.08 | 6.86 | - |
| YUV | 160.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 12 | 0.07 | 0 | 0.93 | 0.28 | 64.19 | 0.88 | 0.38 |
| Hex | AC | B8 | C | 7 | 0 | 5D | 1C | 40 | 58 | 26 |
| Octal | 254 | 270 | 14 | 7 | 0 | 135 | 34 | 100 | 130 | 46 |
| Binary | 10101100 | 10111000 | 1100 | 111 | 0 | 1011101 | 11100 | 1000000 | 1011000 | 100110 |
Color Harmonies of #ACB80C
Complementary color
Monochromatic Colors of #ACB80C
Black with #ACB80C
Text Example
Text Example
White with #ACB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB80C; }
p { color: rgb(172,184,12); }
H1.HeaderClassName
{
color: #ACB80C;
}
.AnyTagClassName
{
color: #ACB80C;
}
</style>
background-color css
<style>
a { background-color: #ACB80C; }
a { background-color: rgb(172,184,12); }
div.DivClassName
{
background-color: #ACB80C;
}
.BgClassName
{
background-color: #ACB80C;
}
</style>
border-color css
<style>
span { border-color: #ACB80C; }
span { border-color: rgb(172,184,12); }
td.TdClassName
{
border-color: #ACB80C;
}
.TagClassName
{
border-color: #ACB80C;
}
</style>