Shades of Citrus #ACB70B
Tints of Citrus #ACB70B
RGB
CMYK
RGB Variations
Color information
#ACB70B (or 0xACB70B) is known color: Citrus. HEX triplet: AC, B7 and 0B. RGB value is (172,183,11). Sum of RGB (Red+Green+Blue) = 172+183+11=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB70B is #5348F4. Grayscale: #A0A0A0. Windows color (decimal): -5458165 or 767916. OLE color: 767916.
HSL color Cylindrical-coordinate representation of color #ACB70B: hue angle of 63.84º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB70B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.28 |
| HSL | 63.84º | 0.89% | 0.38% | - |
| HSV(B) | 63.84º | 0.94% | 0.72% | - |
| XYZ | 34.01 | 42.66 | 6.76 | - |
| YUV | 160.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 11 | 0.06 | 0 | 0.94 | 0.28 | 63.84 | 0.89 | 0.38 |
| Hex | AC | B7 | B | 6 | 0 | 5E | 1C | 40 | 59 | 26 |
| Octal | 254 | 267 | 13 | 6 | 0 | 136 | 34 | 100 | 131 | 46 |
| Binary | 10101100 | 10110111 | 1011 | 110 | 0 | 1011110 | 11100 | 1000000 | 1011001 | 100110 |
Color Harmonies of #ACB70B
Complementary color
Monochromatic Colors of #ACB70B
Black with #ACB70B
Text Example
Text Example
White with #ACB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB70B; }
p { color: rgb(172,183,11); }
H1.HeaderClassName
{
color: #ACB70B;
}
.AnyTagClassName
{
color: #ACB70B;
}
</style>
background-color css
<style>
a { background-color: #ACB70B; }
a { background-color: rgb(172,183,11); }
div.DivClassName
{
background-color: #ACB70B;
}
.BgClassName
{
background-color: #ACB70B;
}
</style>
border-color css
<style>
span { border-color: #ACB70B; }
span { border-color: rgb(172,183,11); }
td.TdClassName
{
border-color: #ACB70B;
}
.TagClassName
{
border-color: #ACB70B;
}
</style>