Shades of Citrus #ACB609
Tints of Citrus #ACB609
RGB
CMYK
RGB Variations
Color information
#ACB609 (or 0xACB609) is known color: Citrus. HEX triplet: AC, B6 and 09. RGB value is (172,182,9). Sum of RGB (Red+Green+Blue) = 172+182+9=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB609 is #5349F6. Grayscale: #9F9F9F. Windows color (decimal): -5458423 or 636588. OLE color: 636588.
HSL color Cylindrical-coordinate representation of color #ACB609: hue angle of 63.47º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACB609 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 9 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.29 |
| HSL | 63.47º | 0.91% | 0.37% | - |
| HSV(B) | 63.47º | 0.95% | 0.71% | - |
| XYZ | 33.79 | 42.25 | 6.63 | - |
| YUV | 159.29 | 43.19 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 9 | 0.05 | 0 | 0.95 | 0.29 | 63.47 | 0.91 | 0.37 |
| Hex | AC | B6 | 9 | 5 | 0 | 5F | 1D | 3F | 5B | 25 |
| Octal | 254 | 266 | 11 | 5 | 0 | 137 | 35 | 77 | 133 | 45 |
| Binary | 10101100 | 10110110 | 1001 | 101 | 0 | 1011111 | 11101 | 111111 | 1011011 | 100101 |
Color Harmonies of #ACB609
Complementary color
Monochromatic Colors of #ACB609
Black with #ACB609
Text Example
Text Example
White with #ACB609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB609; }
p { color: rgb(172,182,9); }
H1.HeaderClassName
{
color: #ACB609;
}
.AnyTagClassName
{
color: #ACB609;
}
</style>
background-color css
<style>
a { background-color: #ACB609; }
a { background-color: rgb(172,182,9); }
div.DivClassName
{
background-color: #ACB609;
}
.BgClassName
{
background-color: #ACB609;
}
</style>
border-color css
<style>
span { border-color: #ACB609; }
span { border-color: rgb(172,182,9); }
td.TdClassName
{
border-color: #ACB609;
}
.TagClassName
{
border-color: #ACB609;
}
</style>