Shades of Citrus #ACB60B
Tints of Citrus #ACB60B
RGB
CMYK
RGB Variations
Color information
#ACB60B (or 0xACB60B) is known color: Citrus. HEX triplet: AC, B6 and 0B. RGB value is (172,182,11). Sum of RGB (Red+Green+Blue) = 172+182+11=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB60B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB60B is #5349F4. Grayscale: #A0A0A0. Windows color (decimal): -5458421 or 767660. OLE color: 767660.
HSL color Cylindrical-coordinate representation of color #ACB60B: hue angle of 63.51º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB60B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.29 |
| HSL | 63.51º | 0.89% | 0.38% | - |
| HSV(B) | 63.51º | 0.94% | 0.71% | - |
| XYZ | 33.8 | 42.25 | 6.69 | - |
| YUV | 159.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 11 | 0.05 | 0 | 0.94 | 0.29 | 63.51 | 0.89 | 0.38 |
| Hex | AC | B6 | B | 5 | 0 | 5E | 1D | 40 | 59 | 26 |
| Octal | 254 | 266 | 13 | 5 | 0 | 136 | 35 | 100 | 131 | 46 |
| Binary | 10101100 | 10110110 | 1011 | 101 | 0 | 1011110 | 11101 | 1000000 | 1011001 | 100110 |
Color Harmonies of #ACB60B
Complementary color
Monochromatic Colors of #ACB60B
Black with #ACB60B
Text Example
Text Example
White with #ACB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB60B; }
p { color: rgb(172,182,11); }
H1.HeaderClassName
{
color: #ACB60B;
}
.AnyTagClassName
{
color: #ACB60B;
}
</style>
background-color css
<style>
a { background-color: #ACB60B; }
a { background-color: rgb(172,182,11); }
div.DivClassName
{
background-color: #ACB60B;
}
.BgClassName
{
background-color: #ACB60B;
}
</style>
border-color css
<style>
span { border-color: #ACB60B; }
span { border-color: rgb(172,182,11); }
td.TdClassName
{
border-color: #ACB60B;
}
.TagClassName
{
border-color: #ACB60B;
}
</style>