Shades of Citrus #ACB310
Tints of Citrus #ACB310
RGB
CMYK
RGB Variations
Color information
#ACB310 (or 0xACB310) is known color: Citrus. HEX triplet: AC, B3 and 10. RGB value is (172,179,16). Sum of RGB (Red+Green+Blue) = 172+179+16=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB310 is #534CEF. Grayscale: #9E9E9E. Windows color (decimal): -5459184 or 1094572. OLE color: 1094572.
HSL color Cylindrical-coordinate representation of color #ACB310: hue angle of 62.58º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACB310 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 16 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.30 |
| HSL | 62.58º | 0.84% | 0.38% | - |
| HSV(B) | 62.58º | 0.91% | 0.7% | - |
| XYZ | 33.23 | 41.05 | 6.66 | - |
| YUV | 158.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 16 | 0.04 | 0 | 0.91 | 0.30 | 62.58 | 0.84 | 0.38 |
| Hex | AC | B3 | 10 | 4 | 0 | 5B | 1E | 3F | 54 | 26 |
| Octal | 254 | 263 | 20 | 4 | 0 | 133 | 36 | 77 | 124 | 46 |
| Binary | 10101100 | 10110011 | 10000 | 100 | 0 | 1011011 | 11110 | 111111 | 1010100 | 100110 |
Color Harmonies of #ACB310
Complementary color
Monochromatic Colors of #ACB310
Black with #ACB310
Text Example
Text Example
White with #ACB310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB310; }
p { color: rgb(172,179,16); }
H1.HeaderClassName
{
color: #ACB310;
}
.AnyTagClassName
{
color: #ACB310;
}
</style>
background-color css
<style>
a { background-color: #ACB310; }
a { background-color: rgb(172,179,16); }
div.DivClassName
{
background-color: #ACB310;
}
.BgClassName
{
background-color: #ACB310;
}
</style>
border-color css
<style>
span { border-color: #ACB310; }
span { border-color: rgb(172,179,16); }
td.TdClassName
{
border-color: #ACB310;
}
.TagClassName
{
border-color: #ACB310;
}
</style>