Shades of Citrus #ACB20D
Tints of Citrus #ACB20D
RGB
CMYK
RGB Variations
Color information
#ACB20D (or 0xACB20D) is known color: Citrus. HEX triplet: AC, B2 and 0D. RGB value is (172,178,13). Sum of RGB (Red+Green+Blue) = 172+178+13=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB20D is #534DF2. Grayscale: #9E9E9E. Windows color (decimal): -5459443 or 897708. OLE color: 897708.
HSL color Cylindrical-coordinate representation of color #ACB20D: hue angle of 62.18º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB20D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.30 |
| HSL | 62.18º | 0.86% | 0.37% | - |
| HSV(B) | 62.18º | 0.93% | 0.7% | - |
| XYZ | 33.01 | 40.64 | 6.49 | - |
| YUV | 157.4 | 46.51 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 13 | 0.03 | 0 | 0.93 | 0.30 | 62.18 | 0.86 | 0.37 |
| Hex | AC | B2 | D | 3 | 0 | 5D | 1E | 3E | 56 | 25 |
| Octal | 254 | 262 | 15 | 3 | 0 | 135 | 36 | 76 | 126 | 45 |
| Binary | 10101100 | 10110010 | 1101 | 11 | 0 | 1011101 | 11110 | 111110 | 1010110 | 100101 |
Color Harmonies of #ACB20D
Complementary color
Monochromatic Colors of #ACB20D
Black with #ACB20D
Text Example
Text Example
White with #ACB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB20D; }
p { color: rgb(172,178,13); }
H1.HeaderClassName
{
color: #ACB20D;
}
.AnyTagClassName
{
color: #ACB20D;
}
</style>
background-color css
<style>
a { background-color: #ACB20D; }
a { background-color: rgb(172,178,13); }
div.DivClassName
{
background-color: #ACB20D;
}
.BgClassName
{
background-color: #ACB20D;
}
</style>
border-color css
<style>
span { border-color: #ACB20D; }
span { border-color: rgb(172,178,13); }
td.TdClassName
{
border-color: #ACB20D;
}
.TagClassName
{
border-color: #ACB20D;
}
</style>