Shades of Citrus #ACB014
Tints of Citrus #ACB014
RGB
CMYK
RGB Variations
Color information
#ACB014 (or 0xACB014) is known color: Citrus. HEX triplet: AC, B0 and 14. RGB value is (172,176,20). Sum of RGB (Red+Green+Blue) = 172+176+20=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB014 is #534FEB. Grayscale: #9D9D9D. Windows color (decimal): -5459948 or 1355948. OLE color: 1355948.
HSL color Cylindrical-coordinate representation of color #ACB014: hue angle of 61.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACB014 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 20 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.31 |
| HSL | 61.54º | 0.8% | 0.38% | - |
| HSV(B) | 61.54º | 0.89% | 0.69% | - |
| XYZ | 32.66 | 39.87 | 6.64 | - |
| YUV | 157.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 20 | 0.02 | 0 | 0.89 | 0.31 | 61.54 | 0.8 | 0.38 |
| Hex | AC | B0 | 14 | 2 | 0 | 59 | 1F | 3E | 50 | 26 |
| Octal | 254 | 260 | 24 | 2 | 0 | 131 | 37 | 76 | 120 | 46 |
| Binary | 10101100 | 10110000 | 10100 | 10 | 0 | 1011001 | 11111 | 111110 | 1010000 | 100110 |
Color Harmonies of #ACB014
Complementary color
Monochromatic Colors of #ACB014
Black with #ACB014
Text Example
Text Example
White with #ACB014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB014; }
p { color: rgb(172,176,20); }
H1.HeaderClassName
{
color: #ACB014;
}
.AnyTagClassName
{
color: #ACB014;
}
</style>
background-color css
<style>
a { background-color: #ACB014; }
a { background-color: rgb(172,176,20); }
div.DivClassName
{
background-color: #ACB014;
}
.BgClassName
{
background-color: #ACB014;
}
</style>
border-color css
<style>
span { border-color: #ACB014; }
span { border-color: rgb(172,176,20); }
td.TdClassName
{
border-color: #ACB014;
}
.TagClassName
{
border-color: #ACB014;
}
</style>