Shades of Citrus #ACB704
Tints of Citrus #ACB704
RGB
CMYK
RGB Variations
Color information
#ACB704 (or 0xACB704) is known color: Citrus. HEX triplet: AC, B7 and 04. RGB value is (172,183,4). Sum of RGB (Red+Green+Blue) = 172+183+4=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 183 (71.88% from 255 or 50.97% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB704 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB704 is #5348FB. Grayscale: #A0A0A0. Windows color (decimal): -5458172 or 309164. OLE color: 309164.
HSL color Cylindrical-coordinate representation of color #ACB704: hue angle of 63.69º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB704 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.28 |
| HSL | 63.69º | 0.96% | 0.37% | - |
| HSV(B) | 63.69º | 0.98% | 0.72% | - |
| XYZ | 33.97 | 42.65 | 6.56 | - |
| YUV | 159.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 4 | 0.06 | 0 | 0.98 | 0.28 | 63.69 | 0.96 | 0.37 |
| Hex | AC | B7 | 4 | 6 | 0 | 62 | 1C | 40 | 60 | 25 |
| Octal | 254 | 267 | 4 | 6 | 0 | 142 | 34 | 100 | 140 | 45 |
| Binary | 10101100 | 10110111 | 100 | 110 | 0 | 1100010 | 11100 | 1000000 | 1100000 | 100101 |
Color Harmonies of #ACB704
Complementary color
Monochromatic Colors of #ACB704
Black with #ACB704
Text Example
Text Example
White with #ACB704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB704; }
p { color: rgb(172,183,4); }
H1.HeaderClassName
{
color: #ACB704;
}
.AnyTagClassName
{
color: #ACB704;
}
</style>
background-color css
<style>
a { background-color: #ACB704; }
a { background-color: rgb(172,183,4); }
div.DivClassName
{
background-color: #ACB704;
}
.BgClassName
{
background-color: #ACB704;
}
</style>
border-color css
<style>
span { border-color: #ACB704; }
span { border-color: rgb(172,183,4); }
td.TdClassName
{
border-color: #ACB704;
}
.TagClassName
{
border-color: #ACB704;
}
</style>