Shades of Citrus #ACB50E
Tints of Citrus #ACB50E
RGB
CMYK
RGB Variations
Color information
#ACB50E (or 0xACB50E) is known color: Citrus. HEX triplet: AC, B5 and 0E. RGB value is (172,181,14). Sum of RGB (Red+Green+Blue) = 172+181+14=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB50E is #534AF1. Grayscale: #9F9F9F. Windows color (decimal): -5458674 or 964012. OLE color: 964012.
HSL color Cylindrical-coordinate representation of color #ACB50E: hue angle of 63.23º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB50E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 14 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.29 |
| HSL | 63.23º | 0.86% | 0.38% | - |
| HSV(B) | 63.23º | 0.92% | 0.71% | - |
| XYZ | 33.62 | 41.85 | 6.72 | - |
| YUV | 159.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 14 | 0.05 | 0 | 0.92 | 0.29 | 63.23 | 0.86 | 0.38 |
| Hex | AC | B5 | E | 5 | 0 | 5C | 1D | 3F | 56 | 26 |
| Octal | 254 | 265 | 16 | 5 | 0 | 134 | 35 | 77 | 126 | 46 |
| Binary | 10101100 | 10110101 | 1110 | 101 | 0 | 1011100 | 11101 | 111111 | 1010110 | 100110 |
Color Harmonies of #ACB50E
Complementary color
Monochromatic Colors of #ACB50E
Black with #ACB50E
Text Example
Text Example
White with #ACB50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB50E; }
p { color: rgb(172,181,14); }
H1.HeaderClassName
{
color: #ACB50E;
}
.AnyTagClassName
{
color: #ACB50E;
}
</style>
background-color css
<style>
a { background-color: #ACB50E; }
a { background-color: rgb(172,181,14); }
div.DivClassName
{
background-color: #ACB50E;
}
.BgClassName
{
background-color: #ACB50E;
}
</style>
border-color css
<style>
span { border-color: #ACB50E; }
span { border-color: rgb(172,181,14); }
td.TdClassName
{
border-color: #ACB50E;
}
.TagClassName
{
border-color: #ACB50E;
}
</style>