Shades of Citrus #ACB604
Tints of Citrus #ACB604
RGB
CMYK
RGB Variations
Color information
#ACB604 (or 0xACB604) is known color: Citrus. HEX triplet: AC, B6 and 04. RGB value is (172,182,4). Sum of RGB (Red+Green+Blue) = 172+182+4=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB604 is #5349FB. Grayscale: #9F9F9F. Windows color (decimal): -5458428 or 308908. OLE color: 308908.
HSL color Cylindrical-coordinate representation of color #ACB604: hue angle of 63.37º 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 #ACB604 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 4 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.29 |
| HSL | 63.37º | 0.96% | 0.36% | - |
| HSV(B) | 63.37º | 0.98% | 0.71% | - |
| XYZ | 33.76 | 42.24 | 6.49 | - |
| YUV | 158.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 4 | 0.05 | 0 | 0.98 | 0.29 | 63.37 | 0.96 | 0.36 |
| Hex | AC | B6 | 4 | 5 | 0 | 62 | 1D | 3F | 60 | 24 |
| Octal | 254 | 266 | 4 | 5 | 0 | 142 | 35 | 77 | 140 | 44 |
| Binary | 10101100 | 10110110 | 100 | 101 | 0 | 1100010 | 11101 | 111111 | 1100000 | 100100 |
Color Harmonies of #ACB604
Complementary color
Monochromatic Colors of #ACB604
Black with #ACB604
Text Example
Text Example
White with #ACB604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB604; }
p { color: rgb(172,182,4); }
H1.HeaderClassName
{
color: #ACB604;
}
.AnyTagClassName
{
color: #ACB604;
}
</style>
background-color css
<style>
a { background-color: #ACB604; }
a { background-color: rgb(172,182,4); }
div.DivClassName
{
background-color: #ACB604;
}
.BgClassName
{
background-color: #ACB604;
}
</style>
border-color css
<style>
span { border-color: #ACB604; }
span { border-color: rgb(172,182,4); }
td.TdClassName
{
border-color: #ACB604;
}
.TagClassName
{
border-color: #ACB604;
}
</style>