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