Shades of Citrus #ACB600
Tints of Citrus #ACB600
RGB
CMYK
RGB Variations
Color information
#ACB600 (or 0xACB600) is known color: Citrus. HEX triplet: AC, B6 and 00. RGB value is (172,182,0). Sum of RGB (Red+Green+Blue) = 172+182+0=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB600 is #5349FF. Grayscale: #9E9E9E. Windows color (decimal): -5458432 or 46764. OLE color: 46764.
HSL color Cylindrical-coordinate representation of color #ACB600: hue angle of 63.3º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACB600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.29 |
| HSL | 63.3º | 1% | 0.36% | - |
| HSV(B) | 63.3º | 1% | 0.71% | - |
| XYZ | 33.74 | 42.23 | 6.37 | - |
| YUV | 158.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 0 | 0.05 | 0 | 1 | 0.29 | 63.3 | 1 | 0.36 |
| Hex | AC | B6 | 0 | 5 | 0 | 64 | 1D | 3F | 64 | 24 |
| Octal | 254 | 266 | 0 | 5 | 0 | 144 | 35 | 77 | 144 | 44 |
| Binary | 10101100 | 10110110 | 0 | 101 | 0 | 1100100 | 11101 | 111111 | 1100100 | 100100 |
Color Harmonies of #ACB600
Complementary color
Monochromatic Colors of #ACB600
Black with #ACB600
Text Example
Text Example
White with #ACB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB600; }
p { color: rgb(172,182,0); }
H1.HeaderClassName
{
color: #ACB600;
}
.AnyTagClassName
{
color: #ACB600;
}
</style>
background-color css
<style>
a { background-color: #ACB600; }
a { background-color: rgb(172,182,0); }
div.DivClassName
{
background-color: #ACB600;
}
.BgClassName
{
background-color: #ACB600;
}
</style>
border-color css
<style>
span { border-color: #ACB600; }
span { border-color: rgb(172,182,0); }
td.TdClassName
{
border-color: #ACB600;
}
.TagClassName
{
border-color: #ACB600;
}
</style>