Shades of Citrus #ACB610
Tints of Citrus #ACB610
RGB
CMYK
RGB Variations
Color information
#ACB610 (or 0xACB610) is known color: Citrus. HEX triplet: AC, B6 and 10. RGB value is (172,182,16). Sum of RGB (Red+Green+Blue) = 172+182+16=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB610 is #5349EF. Grayscale: #A0A0A0. Windows color (decimal): -5458416 or 1095340. OLE color: 1095340.
HSL color Cylindrical-coordinate representation of color #ACB610: hue angle of 63.61º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACB610 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 16 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.29 |
| HSL | 63.61º | 0.84% | 0.39% | - |
| HSV(B) | 63.61º | 0.91% | 0.71% | - |
| XYZ | 33.83 | 42.26 | 6.86 | - |
| YUV | 160.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 16 | 0.05 | 0 | 0.91 | 0.29 | 63.61 | 0.84 | 0.39 |
| Hex | AC | B6 | 10 | 5 | 0 | 5B | 1D | 40 | 54 | 27 |
| Octal | 254 | 266 | 20 | 5 | 0 | 133 | 35 | 100 | 124 | 47 |
| Binary | 10101100 | 10110110 | 10000 | 101 | 0 | 1011011 | 11101 | 1000000 | 1010100 | 100111 |
Color Harmonies of #ACB610
Complementary color
Monochromatic Colors of #ACB610
Black with #ACB610
Text Example
Text Example
White with #ACB610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB610; }
p { color: rgb(172,182,16); }
H1.HeaderClassName
{
color: #ACB610;
}
.AnyTagClassName
{
color: #ACB610;
}
</style>
background-color css
<style>
a { background-color: #ACB610; }
a { background-color: rgb(172,182,16); }
div.DivClassName
{
background-color: #ACB610;
}
.BgClassName
{
background-color: #ACB610;
}
</style>
border-color css
<style>
span { border-color: #ACB610; }
span { border-color: rgb(172,182,16); }
td.TdClassName
{
border-color: #ACB610;
}
.TagClassName
{
border-color: #ACB610;
}
</style>