Shades of Citrus #ACBC0C
Tints of Citrus #ACBC0C
RGB
CMYK
RGB Variations
Color information
#ACBC0C (or 0xACBC0C) is known color: Citrus. HEX triplet: AC, BC and 0C. RGB value is (172,188,12). Sum of RGB (Red+Green+Blue) = 172+188+12=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC0C is #5343F3. Grayscale: #A3A3A3. Windows color (decimal): -5456884 or 834732. OLE color: 834732.
HSL color Cylindrical-coordinate representation of color #ACBC0C: hue angle of 65.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACBC0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 12 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.26 |
| HSL | 65.45º | 0.88% | 0.39% | - |
| HSV(B) | 65.45º | 0.94% | 0.74% | - |
| XYZ | 35.06 | 44.76 | 7.14 | - |
| YUV | 163.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 12 | 0.09 | 0 | 0.94 | 0.26 | 65.45 | 0.88 | 0.39 |
| Hex | AC | BC | C | 9 | 0 | 5E | 1A | 41 | 58 | 27 |
| Octal | 254 | 274 | 14 | 11 | 0 | 136 | 32 | 101 | 130 | 47 |
| Binary | 10101100 | 10111100 | 1100 | 1001 | 0 | 1011110 | 11010 | 1000001 | 1011000 | 100111 |
Color Harmonies of #ACBC0C
Complementary color
Monochromatic Colors of #ACBC0C
Black with #ACBC0C
Text Example
Text Example
White with #ACBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC0C; }
p { color: rgb(172,188,12); }
H1.HeaderClassName
{
color: #ACBC0C;
}
.AnyTagClassName
{
color: #ACBC0C;
}
</style>
background-color css
<style>
a { background-color: #ACBC0C; }
a { background-color: rgb(172,188,12); }
div.DivClassName
{
background-color: #ACBC0C;
}
.BgClassName
{
background-color: #ACBC0C;
}
</style>
border-color css
<style>
span { border-color: #ACBC0C; }
span { border-color: rgb(172,188,12); }
td.TdClassName
{
border-color: #ACBC0C;
}
.TagClassName
{
border-color: #ACBC0C;
}
</style>