Shades of Citrus #ACB805
Tints of Citrus #ACB805
RGB
CMYK
RGB Variations
Color information
#ACB805 (or 0xACB805) is known color: Citrus. HEX triplet: AC, B8 and 05. RGB value is (172,184,5). Sum of RGB (Red+Green+Blue) = 172+184+5=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB805 is #5347FA. Grayscale: #A0A0A0. Windows color (decimal): -5457915 or 374956. OLE color: 374956.
HSL color Cylindrical-coordinate representation of color #ACB805: hue angle of 64.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB805 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.28 |
| HSL | 64.02º | 0.95% | 0.37% | - |
| HSV(B) | 64.02º | 0.97% | 0.72% | - |
| XYZ | 34.18 | 43.06 | 6.65 | - |
| YUV | 160.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 5 | 0.07 | 0 | 0.97 | 0.28 | 64.02 | 0.95 | 0.37 |
| Hex | AC | B8 | 5 | 7 | 0 | 61 | 1C | 40 | 5F | 25 |
| Octal | 254 | 270 | 5 | 7 | 0 | 141 | 34 | 100 | 137 | 45 |
| Binary | 10101100 | 10111000 | 101 | 111 | 0 | 1100001 | 11100 | 1000000 | 1011111 | 100101 |
Color Harmonies of #ACB805
Complementary color
Monochromatic Colors of #ACB805
Black with #ACB805
Text Example
Text Example
White with #ACB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB805; }
p { color: rgb(172,184,5); }
H1.HeaderClassName
{
color: #ACB805;
}
.AnyTagClassName
{
color: #ACB805;
}
</style>
background-color css
<style>
a { background-color: #ACB805; }
a { background-color: rgb(172,184,5); }
div.DivClassName
{
background-color: #ACB805;
}
.BgClassName
{
background-color: #ACB805;
}
</style>
border-color css
<style>
span { border-color: #ACB805; }
span { border-color: rgb(172,184,5); }
td.TdClassName
{
border-color: #ACB805;
}
.TagClassName
{
border-color: #ACB805;
}
</style>