Shades of Citrus #ACB90F
Tints of Citrus #ACB90F
RGB
CMYK
RGB Variations
Color information
#ACB90F (or 0xACB90F) is known color: Citrus. HEX triplet: AC, B9 and 0F. RGB value is (172,185,15). Sum of RGB (Red+Green+Blue) = 172+185+15=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB90F is #5346F0. Grayscale: #A2A2A2. Windows color (decimal): -5457649 or 1030572. OLE color: 1030572.
HSL color Cylindrical-coordinate representation of color #ACB90F: hue angle of 64.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB90F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 15 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.27 |
| HSL | 64.59º | 0.85% | 0.39% | - |
| HSV(B) | 64.59º | 0.92% | 0.73% | - |
| XYZ | 34.45 | 43.5 | 7.03 | - |
| YUV | 161.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 15 | 0.07 | 0 | 0.92 | 0.27 | 64.59 | 0.85 | 0.39 |
| Hex | AC | B9 | F | 7 | 0 | 5C | 1B | 41 | 55 | 27 |
| Octal | 254 | 271 | 17 | 7 | 0 | 134 | 33 | 101 | 125 | 47 |
| Binary | 10101100 | 10111001 | 1111 | 111 | 0 | 1011100 | 11011 | 1000001 | 1010101 | 100111 |
Color Harmonies of #ACB90F
Complementary color
Monochromatic Colors of #ACB90F
Black with #ACB90F
Text Example
Text Example
White with #ACB90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB90F; }
p { color: rgb(172,185,15); }
H1.HeaderClassName
{
color: #ACB90F;
}
.AnyTagClassName
{
color: #ACB90F;
}
</style>
background-color css
<style>
a { background-color: #ACB90F; }
a { background-color: rgb(172,185,15); }
div.DivClassName
{
background-color: #ACB90F;
}
.BgClassName
{
background-color: #ACB90F;
}
</style>
border-color css
<style>
span { border-color: #ACB90F; }
span { border-color: rgb(172,185,15); }
td.TdClassName
{
border-color: #ACB90F;
}
.TagClassName
{
border-color: #ACB90F;
}
</style>