Shades of Citrus #ACB011
Tints of Citrus #ACB011
RGB
CMYK
RGB Variations
Color information
#ACB011 (or 0xACB011) is known color: Citrus. HEX triplet: AC, B0 and 11. RGB value is (172,176,17). Sum of RGB (Red+Green+Blue) = 172+176+17=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB011 is #534FEE. Grayscale: #9D9D9D. Windows color (decimal): -5459951 or 1159340. OLE color: 1159340.
HSL color Cylindrical-coordinate representation of color #ACB011: hue angle of 61.51º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB011 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 17 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.31 |
| HSL | 61.51º | 0.82% | 0.38% | - |
| HSV(B) | 61.51º | 0.9% | 0.69% | - |
| XYZ | 32.64 | 39.86 | 6.5 | - |
| YUV | 156.68 | 49.17 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 17 | 0.02 | 0 | 0.90 | 0.31 | 61.51 | 0.82 | 0.38 |
| Hex | AC | B0 | 11 | 2 | 0 | 5A | 1F | 3E | 52 | 26 |
| Octal | 254 | 260 | 21 | 2 | 0 | 132 | 37 | 76 | 122 | 46 |
| Binary | 10101100 | 10110000 | 10001 | 10 | 0 | 1011010 | 11111 | 111110 | 1010010 | 100110 |
Color Harmonies of #ACB011
Complementary color
Monochromatic Colors of #ACB011
Black with #ACB011
Text Example
Text Example
White with #ACB011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB011; }
p { color: rgb(172,176,17); }
H1.HeaderClassName
{
color: #ACB011;
}
.AnyTagClassName
{
color: #ACB011;
}
</style>
background-color css
<style>
a { background-color: #ACB011; }
a { background-color: rgb(172,176,17); }
div.DivClassName
{
background-color: #ACB011;
}
.BgClassName
{
background-color: #ACB011;
}
</style>
border-color css
<style>
span { border-color: #ACB011; }
span { border-color: rgb(172,176,17); }
td.TdClassName
{
border-color: #ACB011;
}
.TagClassName
{
border-color: #ACB011;
}
</style>