Shades of Citrus #ACB40F
Tints of Citrus #ACB40F
RGB
CMYK
RGB Variations
Color information
#ACB40F (or 0xACB40F) is known color: Citrus. HEX triplet: AC, B4 and 0F. RGB value is (172,180,15). Sum of RGB (Red+Green+Blue) = 172+180+15=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB40F is #534BF0. Grayscale: #9F9F9F. Windows color (decimal): -5458929 or 1029292. OLE color: 1029292.
HSL color Cylindrical-coordinate representation of color #ACB40F: hue angle of 62.91º degrees, saturation: 0.85, 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 #ACB40F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.29 |
| HSL | 62.91º | 0.85% | 0.38% | - |
| HSV(B) | 62.91º | 0.92% | 0.71% | - |
| XYZ | 33.42 | 41.45 | 6.69 | - |
| YUV | 158.8 | 46.85 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 15 | 0.04 | 0 | 0.92 | 0.29 | 62.91 | 0.85 | 0.38 |
| Hex | AC | B4 | F | 4 | 0 | 5C | 1D | 3F | 55 | 26 |
| Octal | 254 | 264 | 17 | 4 | 0 | 134 | 35 | 77 | 125 | 46 |
| Binary | 10101100 | 10110100 | 1111 | 100 | 0 | 1011100 | 11101 | 111111 | 1010101 | 100110 |
Color Harmonies of #ACB40F
Complementary color
Monochromatic Colors of #ACB40F
Black with #ACB40F
Text Example
Text Example
White with #ACB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB40F; }
p { color: rgb(172,180,15); }
H1.HeaderClassName
{
color: #ACB40F;
}
.AnyTagClassName
{
color: #ACB40F;
}
</style>
background-color css
<style>
a { background-color: #ACB40F; }
a { background-color: rgb(172,180,15); }
div.DivClassName
{
background-color: #ACB40F;
}
.BgClassName
{
background-color: #ACB40F;
}
</style>
border-color css
<style>
span { border-color: #ACB40F; }
span { border-color: rgb(172,180,15); }
td.TdClassName
{
border-color: #ACB40F;
}
.TagClassName
{
border-color: #ACB40F;
}
</style>