Shades of Citrus #ACB60C
Tints of Citrus #ACB60C
RGB
CMYK
RGB Variations
Color information
#ACB60C (or 0xACB60C) is known color: Citrus. HEX triplet: AC, B6 and 0C. RGB value is (172,182,12). Sum of RGB (Red+Green+Blue) = 172+182+12=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB60C is #5349F3. Grayscale: #A0A0A0. Windows color (decimal): -5458420 or 833196. OLE color: 833196.
HSL color Cylindrical-coordinate representation of color #ACB60C: hue angle of 63.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB60C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 12 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.29 |
| HSL | 63.53º | 0.88% | 0.38% | - |
| HSV(B) | 63.53º | 0.93% | 0.71% | - |
| XYZ | 33.81 | 42.25 | 6.72 | - |
| YUV | 159.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 12 | 0.05 | 0 | 0.93 | 0.29 | 63.53 | 0.88 | 0.38 |
| Hex | AC | B6 | C | 5 | 0 | 5D | 1D | 40 | 58 | 26 |
| Octal | 254 | 266 | 14 | 5 | 0 | 135 | 35 | 100 | 130 | 46 |
| Binary | 10101100 | 10110110 | 1100 | 101 | 0 | 1011101 | 11101 | 1000000 | 1011000 | 100110 |
Color Harmonies of #ACB60C
Complementary color
Monochromatic Colors of #ACB60C
Black with #ACB60C
Text Example
Text Example
White with #ACB60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB60C; }
p { color: rgb(172,182,12); }
H1.HeaderClassName
{
color: #ACB60C;
}
.AnyTagClassName
{
color: #ACB60C;
}
</style>
background-color css
<style>
a { background-color: #ACB60C; }
a { background-color: rgb(172,182,12); }
div.DivClassName
{
background-color: #ACB60C;
}
.BgClassName
{
background-color: #ACB60C;
}
</style>
border-color css
<style>
span { border-color: #ACB60C; }
span { border-color: rgb(172,182,12); }
td.TdClassName
{
border-color: #ACB60C;
}
.TagClassName
{
border-color: #ACB60C;
}
</style>