Shades of Citrus #ACB306
Tints of Citrus #ACB306
RGB
CMYK
RGB Variations
Color information
#ACB306 (or 0xACB306) is known color: Citrus. HEX triplet: AC, B3 and 06. RGB value is (172,179,6). Sum of RGB (Red+Green+Blue) = 172+179+6=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB306 is #534CF9. Grayscale: #9D9D9D. Windows color (decimal): -5459194 or 439212. OLE color: 439212.
HSL color Cylindrical-coordinate representation of color #ACB306: hue angle of 62.43º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB306 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 6 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.30 |
| HSL | 62.43º | 0.94% | 0.36% | - |
| HSV(B) | 62.43º | 0.97% | 0.7% | - |
| XYZ | 33.17 | 41.02 | 6.34 | - |
| YUV | 157.19 | 42.68 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 6 | 0.04 | 0 | 0.97 | 0.30 | 62.43 | 0.94 | 0.36 |
| Hex | AC | B3 | 6 | 4 | 0 | 61 | 1E | 3E | 5E | 24 |
| Octal | 254 | 263 | 6 | 4 | 0 | 141 | 36 | 76 | 136 | 44 |
| Binary | 10101100 | 10110011 | 110 | 100 | 0 | 1100001 | 11110 | 111110 | 1011110 | 100100 |
Color Harmonies of #ACB306
Complementary color
Monochromatic Colors of #ACB306
Black with #ACB306
Text Example
Text Example
White with #ACB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB306; }
p { color: rgb(172,179,6); }
H1.HeaderClassName
{
color: #ACB306;
}
.AnyTagClassName
{
color: #ACB306;
}
</style>
background-color css
<style>
a { background-color: #ACB306; }
a { background-color: rgb(172,179,6); }
div.DivClassName
{
background-color: #ACB306;
}
.BgClassName
{
background-color: #ACB306;
}
</style>
border-color css
<style>
span { border-color: #ACB306; }
span { border-color: rgb(172,179,6); }
td.TdClassName
{
border-color: #ACB306;
}
.TagClassName
{
border-color: #ACB306;
}
</style>