Shades of Citrus #ACBA0D
Tints of Citrus #ACBA0D
RGB
CMYK
RGB Variations
Color information
#ACBA0D (or 0xACBA0D) is known color: Citrus. HEX triplet: AC, BA and 0D. RGB value is (172,186,13). Sum of RGB (Red+Green+Blue) = 172+186+13=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBA0D is #5345F2. Grayscale: #A2A2A2. Windows color (decimal): -5457395 or 899756. OLE color: 899756.
HSL color Cylindrical-coordinate representation of color #ACBA0D: hue angle of 64.86º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACBA0D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 186 | 13 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.27 |
| HSL | 64.86º | 0.87% | 0.39% | - |
| HSV(B) | 64.86º | 0.93% | 0.73% | - |
| XYZ | 34.64 | 43.92 | 7.03 | - |
| YUV | 162.09 | 43.86 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 186 | 13 | 0.08 | 0 | 0.93 | 0.27 | 64.86 | 0.87 | 0.39 |
| Hex | AC | BA | D | 8 | 0 | 5D | 1B | 41 | 57 | 27 |
| Octal | 254 | 272 | 15 | 10 | 0 | 135 | 33 | 101 | 127 | 47 |
| Binary | 10101100 | 10111010 | 1101 | 1000 | 0 | 1011101 | 11011 | 1000001 | 1010111 | 100111 |
Color Harmonies of #ACBA0D
Complementary color
Monochromatic Colors of #ACBA0D
Black with #ACBA0D
Text Example
Text Example
White with #ACBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBA0D; }
p { color: rgb(172,186,13); }
H1.HeaderClassName
{
color: #ACBA0D;
}
.AnyTagClassName
{
color: #ACBA0D;
}
</style>
background-color css
<style>
a { background-color: #ACBA0D; }
a { background-color: rgb(172,186,13); }
div.DivClassName
{
background-color: #ACBA0D;
}
.BgClassName
{
background-color: #ACBA0D;
}
</style>
border-color css
<style>
span { border-color: #ACBA0D; }
span { border-color: rgb(172,186,13); }
td.TdClassName
{
border-color: #ACBA0D;
}
.TagClassName
{
border-color: #ACBA0D;
}
</style>