Shades of Citrus #ACB808
Tints of Citrus #ACB808
RGB
CMYK
RGB Variations
Color information
#ACB808 (or 0xACB808) is known color: Citrus. HEX triplet: AC, B8 and 08. RGB value is (172,184,8). Sum of RGB (Red+Green+Blue) = 172+184+8=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB808 is #5347F7. Grayscale: #A1A1A1. Windows color (decimal): -5457912 or 571564. OLE color: 571564.
HSL color Cylindrical-coordinate representation of color #ACB808: hue angle of 64.09º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB808 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.28 |
| HSL | 64.09º | 0.92% | 0.38% | - |
| HSV(B) | 64.09º | 0.96% | 0.72% | - |
| XYZ | 34.2 | 43.07 | 6.74 | - |
| YUV | 160.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 8 | 0.07 | 0 | 0.96 | 0.28 | 64.09 | 0.92 | 0.38 |
| Hex | AC | B8 | 8 | 7 | 0 | 60 | 1C | 40 | 5C | 26 |
| Octal | 254 | 270 | 10 | 7 | 0 | 140 | 34 | 100 | 134 | 46 |
| Binary | 10101100 | 10111000 | 1000 | 111 | 0 | 1100000 | 11100 | 1000000 | 1011100 | 100110 |
Color Harmonies of #ACB808
Complementary color
Monochromatic Colors of #ACB808
Black with #ACB808
Text Example
Text Example
White with #ACB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB808; }
p { color: rgb(172,184,8); }
H1.HeaderClassName
{
color: #ACB808;
}
.AnyTagClassName
{
color: #ACB808;
}
</style>
background-color css
<style>
a { background-color: #ACB808; }
a { background-color: rgb(172,184,8); }
div.DivClassName
{
background-color: #ACB808;
}
.BgClassName
{
background-color: #ACB808;
}
</style>
border-color css
<style>
span { border-color: #ACB808; }
span { border-color: rgb(172,184,8); }
td.TdClassName
{
border-color: #ACB808;
}
.TagClassName
{
border-color: #ACB808;
}
</style>