Shades of Citrus #ACB206
Tints of Citrus #ACB206
RGB
CMYK
RGB Variations
Color information
#ACB206 (or 0xACB206) is known color: Citrus. HEX triplet: AC, B2 and 06. RGB value is (172,178,6). Sum of RGB (Red+Green+Blue) = 172+178+6=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB206 is #534DF9. Grayscale: #9D9D9D. Windows color (decimal): -5459450 or 438956. OLE color: 438956.
HSL color Cylindrical-coordinate representation of color #ACB206: hue angle of 62.09º degrees, saturation: 0.93, 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 #ACB206 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.30 |
| HSL | 62.09º | 0.93% | 0.36% | - |
| HSV(B) | 62.09º | 0.97% | 0.7% | - |
| XYZ | 32.97 | 40.62 | 6.28 | - |
| YUV | 156.6 | 43.01 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 6 | 0.03 | 0 | 0.97 | 0.30 | 62.09 | 0.93 | 0.36 |
| Hex | AC | B2 | 6 | 3 | 0 | 61 | 1E | 3E | 5D | 24 |
| Octal | 254 | 262 | 6 | 3 | 0 | 141 | 36 | 76 | 135 | 44 |
| Binary | 10101100 | 10110010 | 110 | 11 | 0 | 1100001 | 11110 | 111110 | 1011101 | 100100 |
Color Harmonies of #ACB206
Complementary color
Monochromatic Colors of #ACB206
Black with #ACB206
Text Example
Text Example
White with #ACB206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB206; }
p { color: rgb(172,178,6); }
H1.HeaderClassName
{
color: #ACB206;
}
.AnyTagClassName
{
color: #ACB206;
}
</style>
background-color css
<style>
a { background-color: #ACB206; }
a { background-color: rgb(172,178,6); }
div.DivClassName
{
background-color: #ACB206;
}
.BgClassName
{
background-color: #ACB206;
}
</style>
border-color css
<style>
span { border-color: #ACB206; }
span { border-color: rgb(172,178,6); }
td.TdClassName
{
border-color: #ACB206;
}
.TagClassName
{
border-color: #ACB206;
}
</style>