Shades of Citrus #ACB509
Tints of Citrus #ACB509
RGB
CMYK
RGB Variations
Color information
#ACB509 (or 0xACB509) is known color: Citrus. HEX triplet: AC, B5 and 09. RGB value is (172,181,9). Sum of RGB (Red+Green+Blue) = 172+181+9=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 181 (71.09% from 255 or 50% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB509 is #534AF6. Grayscale: #9F9F9F. Windows color (decimal): -5458679 or 636332. OLE color: 636332.
HSL color Cylindrical-coordinate representation of color #ACB509: hue angle of 63.14º 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 #ACB509 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 9 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.29 |
| HSL | 63.14º | 0.91% | 0.37% | - |
| HSV(B) | 63.14º | 0.95% | 0.71% | - |
| XYZ | 33.59 | 41.84 | 6.56 | - |
| YUV | 158.7 | 43.52 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 9 | 0.05 | 0 | 0.95 | 0.29 | 63.14 | 0.91 | 0.37 |
| Hex | AC | B5 | 9 | 5 | 0 | 5F | 1D | 3F | 5B | 25 |
| Octal | 254 | 265 | 11 | 5 | 0 | 137 | 35 | 77 | 133 | 45 |
| Binary | 10101100 | 10110101 | 1001 | 101 | 0 | 1011111 | 11101 | 111111 | 1011011 | 100101 |
Color Harmonies of #ACB509
Complementary color
Monochromatic Colors of #ACB509
Black with #ACB509
Text Example
Text Example
White with #ACB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB509; }
p { color: rgb(172,181,9); }
H1.HeaderClassName
{
color: #ACB509;
}
.AnyTagClassName
{
color: #ACB509;
}
</style>
background-color css
<style>
a { background-color: #ACB509; }
a { background-color: rgb(172,181,9); }
div.DivClassName
{
background-color: #ACB509;
}
.BgClassName
{
background-color: #ACB509;
}
</style>
border-color css
<style>
span { border-color: #ACB509; }
span { border-color: rgb(172,181,9); }
td.TdClassName
{
border-color: #ACB509;
}
.TagClassName
{
border-color: #ACB509;
}
</style>