Shades of Citrus #ACB800
Tints of Citrus #ACB800
RGB
CMYK
RGB Variations
Color information
#ACB800 (or 0xACB800) is known color: Citrus. HEX triplet: AC, B8 and 00. RGB value is (172,184,0). Sum of RGB (Red+Green+Blue) = 172+184+0=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB800 is #5347FF. Grayscale: #A0A0A0. Windows color (decimal): -5457920 or 47276. OLE color: 47276.
HSL color Cylindrical-coordinate representation of color #ACB800: hue angle of 63.91º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACB800 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.28 |
| HSL | 63.91º | 1% | 0.36% | - |
| HSV(B) | 63.91º | 1% | 0.72% | - |
| XYZ | 34.15 | 43.05 | 6.51 | - |
| YUV | 159.44 | 38.02 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 0 | 0.07 | 0 | 1 | 0.28 | 63.91 | 1 | 0.36 |
| Hex | AC | B8 | 0 | 7 | 0 | 64 | 1C | 40 | 64 | 24 |
| Octal | 254 | 270 | 0 | 7 | 0 | 144 | 34 | 100 | 144 | 44 |
| Binary | 10101100 | 10111000 | 0 | 111 | 0 | 1100100 | 11100 | 1000000 | 1100100 | 100100 |
Color Harmonies of #ACB800
Complementary color
Monochromatic Colors of #ACB800
Black with #ACB800
Text Example
Text Example
White with #ACB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB800; }
p { color: rgb(172,184,0); }
H1.HeaderClassName
{
color: #ACB800;
}
.AnyTagClassName
{
color: #ACB800;
}
</style>
background-color css
<style>
a { background-color: #ACB800; }
a { background-color: rgb(172,184,0); }
div.DivClassName
{
background-color: #ACB800;
}
.BgClassName
{
background-color: #ACB800;
}
</style>
border-color css
<style>
span { border-color: #ACB800; }
span { border-color: rgb(172,184,0); }
td.TdClassName
{
border-color: #ACB800;
}
.TagClassName
{
border-color: #ACB800;
}
</style>