Shades of Citrus #ACB90C
Tints of Citrus #ACB90C
RGB
CMYK
RGB Variations
Color information
#ACB90C (or 0xACB90C) is known color: Citrus. HEX triplet: AC, B9 and 0C. RGB value is (172,185,12). Sum of RGB (Red+Green+Blue) = 172+185+12=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB90C is #5346F3. Grayscale: #A2A2A2. Windows color (decimal): -5457652 or 833964. OLE color: 833964.
HSL color Cylindrical-coordinate representation of color #ACB90C: hue angle of 64.51º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB90C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 12 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.27 |
| HSL | 64.51º | 0.88% | 0.39% | - |
| HSV(B) | 64.51º | 0.94% | 0.73% | - |
| XYZ | 34.43 | 43.5 | 6.93 | - |
| YUV | 161.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 12 | 0.07 | 0 | 0.94 | 0.27 | 64.51 | 0.88 | 0.39 |
| Hex | AC | B9 | C | 7 | 0 | 5E | 1B | 41 | 58 | 27 |
| Octal | 254 | 271 | 14 | 7 | 0 | 136 | 33 | 101 | 130 | 47 |
| Binary | 10101100 | 10111001 | 1100 | 111 | 0 | 1011110 | 11011 | 1000001 | 1011000 | 100111 |
Color Harmonies of #ACB90C
Complementary color
Monochromatic Colors of #ACB90C
Black with #ACB90C
Text Example
Text Example
White with #ACB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB90C; }
p { color: rgb(172,185,12); }
H1.HeaderClassName
{
color: #ACB90C;
}
.AnyTagClassName
{
color: #ACB90C;
}
</style>
background-color css
<style>
a { background-color: #ACB90C; }
a { background-color: rgb(172,185,12); }
div.DivClassName
{
background-color: #ACB90C;
}
.BgClassName
{
background-color: #ACB90C;
}
</style>
border-color css
<style>
span { border-color: #ACB90C; }
span { border-color: rgb(172,185,12); }
td.TdClassName
{
border-color: #ACB90C;
}
.TagClassName
{
border-color: #ACB90C;
}
</style>