Shades of Citrus #ACB710
Tints of Citrus #ACB710
RGB
CMYK
RGB Variations
Color information
#ACB710 (or 0xACB710) is known color: Citrus. HEX triplet: AC, B7 and 10. RGB value is (172,183,16). Sum of RGB (Red+Green+Blue) = 172+183+16=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB710 is #5348EF. Grayscale: #A1A1A1. Windows color (decimal): -5458160 or 1095596. OLE color: 1095596.
HSL color Cylindrical-coordinate representation of color #ACB710: hue angle of 63.95º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACB710 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.28 |
| HSL | 63.95º | 0.84% | 0.39% | - |
| HSV(B) | 63.95º | 0.91% | 0.72% | - |
| XYZ | 34.04 | 42.68 | 6.93 | - |
| YUV | 160.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 16 | 0.06 | 0 | 0.91 | 0.28 | 63.95 | 0.84 | 0.39 |
| Hex | AC | B7 | 10 | 6 | 0 | 5B | 1C | 40 | 54 | 27 |
| Octal | 254 | 267 | 20 | 6 | 0 | 133 | 34 | 100 | 124 | 47 |
| Binary | 10101100 | 10110111 | 10000 | 110 | 0 | 1011011 | 11100 | 1000000 | 1010100 | 100111 |
Color Harmonies of #ACB710
Complementary color
Monochromatic Colors of #ACB710
Black with #ACB710
Text Example
Text Example
White with #ACB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB710; }
p { color: rgb(172,183,16); }
H1.HeaderClassName
{
color: #ACB710;
}
.AnyTagClassName
{
color: #ACB710;
}
</style>
background-color css
<style>
a { background-color: #ACB710; }
a { background-color: rgb(172,183,16); }
div.DivClassName
{
background-color: #ACB710;
}
.BgClassName
{
background-color: #ACB710;
}
</style>
border-color css
<style>
span { border-color: #ACB710; }
span { border-color: rgb(172,183,16); }
td.TdClassName
{
border-color: #ACB710;
}
.TagClassName
{
border-color: #ACB710;
}
</style>