Shades of Citrus #ACB709
Tints of Citrus #ACB709
RGB
CMYK
RGB Variations
Color information
#ACB709 (or 0xACB709) is known color: Citrus. HEX triplet: AC, B7 and 09. RGB value is (172,183,9). Sum of RGB (Red+Green+Blue) = 172+183+9=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 183 (71.88% from 255 or 50.27% from 364); Blue value is 9 (3.91% from 255 or 2.47% from 364); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB709 is #5348F6. Grayscale: #A0A0A0. Windows color (decimal): -5458167 or 636844. OLE color: 636844.
HSL color Cylindrical-coordinate representation of color #ACB709: hue angle of 63.79º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACB709 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.28 |
| HSL | 63.79º | 0.91% | 0.38% | - |
| HSV(B) | 63.79º | 0.95% | 0.72% | - |
| XYZ | 34 | 42.66 | 6.7 | - |
| YUV | 159.88 | 42.86 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 9 | 0.06 | 0 | 0.95 | 0.28 | 63.79 | 0.91 | 0.38 |
| Hex | AC | B7 | 9 | 6 | 0 | 5F | 1C | 40 | 5B | 26 |
| Octal | 254 | 267 | 11 | 6 | 0 | 137 | 34 | 100 | 133 | 46 |
| Binary | 10101100 | 10110111 | 1001 | 110 | 0 | 1011111 | 11100 | 1000000 | 1011011 | 100110 |
Color Harmonies of #ACB709
Complementary color
Monochromatic Colors of #ACB709
Black with #ACB709
Text Example
Text Example
White with #ACB709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB709; }
p { color: rgb(172,183,9); }
H1.HeaderClassName
{
color: #ACB709;
}
.AnyTagClassName
{
color: #ACB709;
}
</style>
background-color css
<style>
a { background-color: #ACB709; }
a { background-color: rgb(172,183,9); }
div.DivClassName
{
background-color: #ACB709;
}
.BgClassName
{
background-color: #ACB709;
}
</style>
border-color css
<style>
span { border-color: #ACB709; }
span { border-color: rgb(172,183,9); }
td.TdClassName
{
border-color: #ACB709;
}
.TagClassName
{
border-color: #ACB709;
}
</style>