Shades of Citrus #ACBC0A
Tints of Citrus #ACBC0A
RGB
CMYK
RGB Variations
Color information
#ACBC0A (or 0xACBC0A) is known color: Citrus. HEX triplet: AC, BC and 0A. RGB value is (172,188,10). Sum of RGB (Red+Green+Blue) = 172+188+10=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC0A is #5343F5. Grayscale: #A3A3A3. Windows color (decimal): -5456886 or 703660. OLE color: 703660.
HSL color Cylindrical-coordinate representation of color #ACBC0A: hue angle of 65.39º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACBC0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 10 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.26 |
| HSL | 65.39º | 0.9% | 0.39% | - |
| HSV(B) | 65.39º | 0.95% | 0.74% | - |
| XYZ | 35.05 | 44.76 | 7.08 | - |
| YUV | 162.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 10 | 0.09 | 0 | 0.95 | 0.26 | 65.39 | 0.9 | 0.39 |
| Hex | AC | BC | A | 9 | 0 | 5F | 1A | 41 | 5A | 27 |
| Octal | 254 | 274 | 12 | 11 | 0 | 137 | 32 | 101 | 132 | 47 |
| Binary | 10101100 | 10111100 | 1010 | 1001 | 0 | 1011111 | 11010 | 1000001 | 1011010 | 100111 |
Color Harmonies of #ACBC0A
Complementary color
Monochromatic Colors of #ACBC0A
Black with #ACBC0A
Text Example
Text Example
White with #ACBC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC0A; }
p { color: rgb(172,188,10); }
H1.HeaderClassName
{
color: #ACBC0A;
}
.AnyTagClassName
{
color: #ACBC0A;
}
</style>
background-color css
<style>
a { background-color: #ACBC0A; }
a { background-color: rgb(172,188,10); }
div.DivClassName
{
background-color: #ACBC0A;
}
.BgClassName
{
background-color: #ACBC0A;
}
</style>
border-color css
<style>
span { border-color: #ACBC0A; }
span { border-color: rgb(172,188,10); }
td.TdClassName
{
border-color: #ACBC0A;
}
.TagClassName
{
border-color: #ACBC0A;
}
</style>