Shades of Citrus #ACB10E
Tints of Citrus #ACB10E
RGB
CMYK
RGB Variations
Color information
#ACB10E (or 0xACB10E) is known color: Citrus. HEX triplet: AC, B1 and 0E. RGB value is (172,177,14). Sum of RGB (Red+Green+Blue) = 172+177+14=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB10E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB10E is #534EF1. Grayscale: #9D9D9D. Windows color (decimal): -5459698 or 962988. OLE color: 962988.
HSL color Cylindrical-coordinate representation of color #ACB10E: hue angle of 61.84º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB10E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 14 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.31 |
| HSL | 61.84º | 0.85% | 0.37% | - |
| HSV(B) | 61.84º | 0.92% | 0.69% | - |
| XYZ | 32.81 | 40.25 | 6.45 | - |
| YUV | 156.92 | 47.34 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 14 | 0.03 | 0 | 0.92 | 0.31 | 61.84 | 0.85 | 0.37 |
| Hex | AC | B1 | E | 3 | 0 | 5C | 1F | 3E | 55 | 25 |
| Octal | 254 | 261 | 16 | 3 | 0 | 134 | 37 | 76 | 125 | 45 |
| Binary | 10101100 | 10110001 | 1110 | 11 | 0 | 1011100 | 11111 | 111110 | 1010101 | 100101 |
Color Harmonies of #ACB10E
Complementary color
Monochromatic Colors of #ACB10E
Black with #ACB10E
Text Example
Text Example
White with #ACB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB10E; }
p { color: rgb(172,177,14); }
H1.HeaderClassName
{
color: #ACB10E;
}
.AnyTagClassName
{
color: #ACB10E;
}
</style>
background-color css
<style>
a { background-color: #ACB10E; }
a { background-color: rgb(172,177,14); }
div.DivClassName
{
background-color: #ACB10E;
}
.BgClassName
{
background-color: #ACB10E;
}
</style>
border-color css
<style>
span { border-color: #ACB10E; }
span { border-color: rgb(172,177,14); }
td.TdClassName
{
border-color: #ACB10E;
}
.TagClassName
{
border-color: #ACB10E;
}
</style>