Shades of Citrus #ACB304
Tints of Citrus #ACB304
RGB
CMYK
RGB Variations
Color information
#ACB304 (or 0xACB304) is known color: Citrus. HEX triplet: AC, B3 and 04. RGB value is (172,179,4). Sum of RGB (Red+Green+Blue) = 172+179+4=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB304 is #534CFB. Grayscale: #9D9D9D. Windows color (decimal): -5459196 or 308140. OLE color: 308140.
HSL color Cylindrical-coordinate representation of color #ACB304: hue angle of 62.4º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB304 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 4 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.30 |
| HSL | 62.4º | 0.96% | 0.36% | - |
| HSV(B) | 62.4º | 0.98% | 0.7% | - |
| XYZ | 33.16 | 41.02 | 6.28 | - |
| YUV | 156.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 4 | 0.04 | 0 | 0.98 | 0.30 | 62.4 | 0.96 | 0.36 |
| Hex | AC | B3 | 4 | 4 | 0 | 62 | 1E | 3E | 60 | 24 |
| Octal | 254 | 263 | 4 | 4 | 0 | 142 | 36 | 76 | 140 | 44 |
| Binary | 10101100 | 10110011 | 100 | 100 | 0 | 1100010 | 11110 | 111110 | 1100000 | 100100 |
Color Harmonies of #ACB304
Complementary color
Monochromatic Colors of #ACB304
Black with #ACB304
Text Example
Text Example
White with #ACB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB304; }
p { color: rgb(172,179,4); }
H1.HeaderClassName
{
color: #ACB304;
}
.AnyTagClassName
{
color: #ACB304;
}
</style>
background-color css
<style>
a { background-color: #ACB304; }
a { background-color: rgb(172,179,4); }
div.DivClassName
{
background-color: #ACB304;
}
.BgClassName
{
background-color: #ACB304;
}
</style>
border-color css
<style>
span { border-color: #ACB304; }
span { border-color: rgb(172,179,4); }
td.TdClassName
{
border-color: #ACB304;
}
.TagClassName
{
border-color: #ACB304;
}
</style>