Shades of Citrus #ACB504
Tints of Citrus #ACB504
RGB
CMYK
RGB Variations
Color information
#ACB504 (or 0xACB504) is known color: Citrus. HEX triplet: AC, B5 and 04. RGB value is (172,181,4). Sum of RGB (Red+Green+Blue) = 172+181+4=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB504 is #534AFB. Grayscale: #9E9E9E. Windows color (decimal): -5458684 or 308652. OLE color: 308652.
HSL color Cylindrical-coordinate representation of color #ACB504: hue angle of 63.05º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB504 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.29 |
| HSL | 63.05º | 0.96% | 0.36% | - |
| HSV(B) | 63.05º | 0.98% | 0.71% | - |
| XYZ | 33.56 | 41.83 | 6.42 | - |
| YUV | 158.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 4 | 0.05 | 0 | 0.98 | 0.29 | 63.05 | 0.96 | 0.36 |
| Hex | AC | B5 | 4 | 5 | 0 | 62 | 1D | 3F | 60 | 24 |
| Octal | 254 | 265 | 4 | 5 | 0 | 142 | 35 | 77 | 140 | 44 |
| Binary | 10101100 | 10110101 | 100 | 101 | 0 | 1100010 | 11101 | 111111 | 1100000 | 100100 |
Color Harmonies of #ACB504
Complementary color
Monochromatic Colors of #ACB504
Black with #ACB504
Text Example
Text Example
White with #ACB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB504; }
p { color: rgb(172,181,4); }
H1.HeaderClassName
{
color: #ACB504;
}
.AnyTagClassName
{
color: #ACB504;
}
</style>
background-color css
<style>
a { background-color: #ACB504; }
a { background-color: rgb(172,181,4); }
div.DivClassName
{
background-color: #ACB504;
}
.BgClassName
{
background-color: #ACB504;
}
</style>
border-color css
<style>
span { border-color: #ACB504; }
span { border-color: rgb(172,181,4); }
td.TdClassName
{
border-color: #ACB504;
}
.TagClassName
{
border-color: #ACB504;
}
</style>