Shades of Citrus #ACB606
Tints of Citrus #ACB606
RGB
CMYK
RGB Variations
Color information
#ACB606 (or 0xACB606) is known color: Citrus. HEX triplet: AC, B6 and 06. RGB value is (172,182,6). Sum of RGB (Red+Green+Blue) = 172+182+6=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB606 is #5349F9. Grayscale: #9F9F9F. Windows color (decimal): -5458426 or 439980. OLE color: 439980.
HSL color Cylindrical-coordinate representation of color #ACB606: hue angle of 63.41º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB606 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.29 |
| HSL | 63.41º | 0.94% | 0.37% | - |
| HSV(B) | 63.41º | 0.97% | 0.71% | - |
| XYZ | 33.77 | 42.24 | 6.55 | - |
| YUV | 158.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 6 | 0.05 | 0 | 0.97 | 0.29 | 63.41 | 0.94 | 0.37 |
| Hex | AC | B6 | 6 | 5 | 0 | 61 | 1D | 3F | 5E | 25 |
| Octal | 254 | 266 | 6 | 5 | 0 | 141 | 35 | 77 | 136 | 45 |
| Binary | 10101100 | 10110110 | 110 | 101 | 0 | 1100001 | 11101 | 111111 | 1011110 | 100101 |
Color Harmonies of #ACB606
Complementary color
Monochromatic Colors of #ACB606
Black with #ACB606
Text Example
Text Example
White with #ACB606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB606; }
p { color: rgb(172,182,6); }
H1.HeaderClassName
{
color: #ACB606;
}
.AnyTagClassName
{
color: #ACB606;
}
</style>
background-color css
<style>
a { background-color: #ACB606; }
a { background-color: rgb(172,182,6); }
div.DivClassName
{
background-color: #ACB606;
}
.BgClassName
{
background-color: #ACB606;
}
</style>
border-color css
<style>
span { border-color: #ACB606; }
span { border-color: rgb(172,182,6); }
td.TdClassName
{
border-color: #ACB606;
}
.TagClassName
{
border-color: #ACB606;
}
</style>