Shades of Citrus #ACBA0C
Tints of Citrus #ACBA0C
RGB
CMYK
RGB Variations
Color information
#ACBA0C (or 0xACBA0C) is known color: Citrus. HEX triplet: AC, BA and 0C. RGB value is (172,186,12). Sum of RGB (Red+Green+Blue) = 172+186+12=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA0C is #5345F3. Grayscale: #A2A2A2. Windows color (decimal): -5457396 or 834220. OLE color: 834220.
HSL color Cylindrical-coordinate representation of color #ACBA0C: hue angle of 64.83º 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 #ACBA0C is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 12 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.27 |
| HSL | 64.83º | 0.88% | 0.39% | - |
| HSV(B) | 64.83º | 0.94% | 0.73% | - |
| XYZ | 34.64 | 43.92 | 7 | - |
| YUV | 161.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 12 | 0.08 | 0 | 0.94 | 0.27 | 64.83 | 0.88 | 0.39 |
| Hex | AC | BA | C | 8 | 0 | 5E | 1B | 41 | 58 | 27 |
| Octal | 254 | 272 | 14 | 10 | 0 | 136 | 33 | 101 | 130 | 47 |
| Binary | 10101100 | 10111010 | 1100 | 1000 | 0 | 1011110 | 11011 | 1000001 | 1011000 | 100111 |
Color Harmonies of #ACBA0C
Complementary color
Monochromatic Colors of #ACBA0C
Black with #ACBA0C
Text Example
Text Example
White with #ACBA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA0C; }
p { color: rgb(172,186,12); }
H1.HeaderClassName
{
color: #ACBA0C;
}
.AnyTagClassName
{
color: #ACBA0C;
}
</style>
background-color css
<style>
a { background-color: #ACBA0C; }
a { background-color: rgb(172,186,12); }
div.DivClassName
{
background-color: #ACBA0C;
}
.BgClassName
{
background-color: #ACBA0C;
}
</style>
border-color css
<style>
span { border-color: #ACBA0C; }
span { border-color: rgb(172,186,12); }
td.TdClassName
{
border-color: #ACBA0C;
}
.TagClassName
{
border-color: #ACBA0C;
}
</style>