Shades of Citrus #ACB60D
Tints of Citrus #ACB60D
RGB
CMYK
RGB Variations
Color information
#ACB60D (or 0xACB60D) is known color: Citrus. HEX triplet: AC, B6 and 0D. RGB value is (172,182,13). Sum of RGB (Red+Green+Blue) = 172+182+13=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB60D is #5349F2. Grayscale: #A0A0A0. Windows color (decimal): -5458419 or 898732. OLE color: 898732.
HSL color Cylindrical-coordinate representation of color #ACB60D: hue angle of 63.55º degrees, saturation: 0.87, 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 #ACB60D is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 13 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.29 |
| HSL | 63.55º | 0.87% | 0.38% | - |
| HSV(B) | 63.55º | 0.93% | 0.71% | - |
| XYZ | 33.81 | 42.26 | 6.75 | - |
| YUV | 159.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 13 | 0.05 | 0 | 0.93 | 0.29 | 63.55 | 0.87 | 0.38 |
| Hex | AC | B6 | D | 5 | 0 | 5D | 1D | 40 | 57 | 26 |
| Octal | 254 | 266 | 15 | 5 | 0 | 135 | 35 | 100 | 127 | 46 |
| Binary | 10101100 | 10110110 | 1101 | 101 | 0 | 1011101 | 11101 | 1000000 | 1010111 | 100110 |
Color Harmonies of #ACB60D
Complementary color
Monochromatic Colors of #ACB60D
Black with #ACB60D
Text Example
Text Example
White with #ACB60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB60D; }
p { color: rgb(172,182,13); }
H1.HeaderClassName
{
color: #ACB60D;
}
.AnyTagClassName
{
color: #ACB60D;
}
</style>
background-color css
<style>
a { background-color: #ACB60D; }
a { background-color: rgb(172,182,13); }
div.DivClassName
{
background-color: #ACB60D;
}
.BgClassName
{
background-color: #ACB60D;
}
</style>
border-color css
<style>
span { border-color: #ACB60D; }
span { border-color: rgb(172,182,13); }
td.TdClassName
{
border-color: #ACB60D;
}
.TagClassName
{
border-color: #ACB60D;
}
</style>