Shades of Citrus #ACB10A
Tints of Citrus #ACB10A
RGB
CMYK
RGB Variations
Color information
#ACB10A (or 0xACB10A) is known color: Citrus. HEX triplet: AC, B1 and 0A. RGB value is (172,177,10). Sum of RGB (Red+Green+Blue) = 172+177+10=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 177 (69.53% from 255 or 49.30% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB10A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB10A is #534EF5. Grayscale: #9D9D9D. Windows color (decimal): -5459702 or 700844. OLE color: 700844.
HSL color Cylindrical-coordinate representation of color #ACB10A: hue angle of 61.8º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB10A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 10 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.31 |
| HSL | 61.8º | 0.89% | 0.37% | - |
| HSV(B) | 61.8º | 0.94% | 0.69% | - |
| XYZ | 32.79 | 40.24 | 6.33 | - |
| YUV | 156.47 | 45.34 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 10 | 0.03 | 0 | 0.94 | 0.31 | 61.8 | 0.89 | 0.37 |
| Hex | AC | B1 | A | 3 | 0 | 5E | 1F | 3E | 59 | 25 |
| Octal | 254 | 261 | 12 | 3 | 0 | 136 | 37 | 76 | 131 | 45 |
| Binary | 10101100 | 10110001 | 1010 | 11 | 0 | 1011110 | 11111 | 111110 | 1011001 | 100101 |
Color Harmonies of #ACB10A
Complementary color
Monochromatic Colors of #ACB10A
Black with #ACB10A
Text Example
Text Example
White with #ACB10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB10A; }
p { color: rgb(172,177,10); }
H1.HeaderClassName
{
color: #ACB10A;
}
.AnyTagClassName
{
color: #ACB10A;
}
</style>
background-color css
<style>
a { background-color: #ACB10A; }
a { background-color: rgb(172,177,10); }
div.DivClassName
{
background-color: #ACB10A;
}
.BgClassName
{
background-color: #ACB10A;
}
</style>
border-color css
<style>
span { border-color: #ACB10A; }
span { border-color: rgb(172,177,10); }
td.TdClassName
{
border-color: #ACB10A;
}
.TagClassName
{
border-color: #ACB10A;
}
</style>