Shades of Citrus #ACB70D
Tints of Citrus #ACB70D
RGB
CMYK
RGB Variations
Color information
#ACB70D (or 0xACB70D) is known color: Citrus. HEX triplet: AC, B7 and 0D. RGB value is (172,183,13). Sum of RGB (Red+Green+Blue) = 172+183+13=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB70D is #5348F2. Grayscale: #A1A1A1. Windows color (decimal): -5458163 or 898988. OLE color: 898988.
HSL color Cylindrical-coordinate representation of color #ACB70D: hue angle of 63.88º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB70D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.28 |
| HSL | 63.88º | 0.87% | 0.38% | - |
| HSV(B) | 63.88º | 0.93% | 0.72% | - |
| XYZ | 34.02 | 42.67 | 6.82 | - |
| YUV | 160.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 13 | 0.06 | 0 | 0.93 | 0.28 | 63.88 | 0.87 | 0.38 |
| Hex | AC | B7 | D | 6 | 0 | 5D | 1C | 40 | 57 | 26 |
| Octal | 254 | 267 | 15 | 6 | 0 | 135 | 34 | 100 | 127 | 46 |
| Binary | 10101100 | 10110111 | 1101 | 110 | 0 | 1011101 | 11100 | 1000000 | 1010111 | 100110 |
Color Harmonies of #ACB70D
Complementary color
Monochromatic Colors of #ACB70D
Black with #ACB70D
Text Example
Text Example
White with #ACB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB70D; }
p { color: rgb(172,183,13); }
H1.HeaderClassName
{
color: #ACB70D;
}
.AnyTagClassName
{
color: #ACB70D;
}
</style>
background-color css
<style>
a { background-color: #ACB70D; }
a { background-color: rgb(172,183,13); }
div.DivClassName
{
background-color: #ACB70D;
}
.BgClassName
{
background-color: #ACB70D;
}
</style>
border-color css
<style>
span { border-color: #ACB70D; }
span { border-color: rgb(172,183,13); }
td.TdClassName
{
border-color: #ACB70D;
}
.TagClassName
{
border-color: #ACB70D;
}
</style>