Shades of Citrus #ACB809
Tints of Citrus #ACB809
RGB
CMYK
RGB Variations
Color information
#ACB809 (or 0xACB809) is known color: Citrus. HEX triplet: AC, B8 and 09. RGB value is (172,184,9). Sum of RGB (Red+Green+Blue) = 172+184+9=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB809 is #5347F6. Grayscale: #A1A1A1. Windows color (decimal): -5457911 or 637100. OLE color: 637100.
HSL color Cylindrical-coordinate representation of color #ACB809: hue angle of 64.11º 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 #ACB809 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 9 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.28 |
| HSL | 64.11º | 0.91% | 0.38% | - |
| HSV(B) | 64.11º | 0.95% | 0.72% | - |
| XYZ | 34.2 | 43.07 | 6.77 | - |
| YUV | 160.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 9 | 0.07 | 0 | 0.95 | 0.28 | 64.11 | 0.91 | 0.38 |
| Hex | AC | B8 | 9 | 7 | 0 | 5F | 1C | 40 | 5B | 26 |
| Octal | 254 | 270 | 11 | 7 | 0 | 137 | 34 | 100 | 133 | 46 |
| Binary | 10101100 | 10111000 | 1001 | 111 | 0 | 1011111 | 11100 | 1000000 | 1011011 | 100110 |
Color Harmonies of #ACB809
Complementary color
Monochromatic Colors of #ACB809
Black with #ACB809
Text Example
Text Example
White with #ACB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB809; }
p { color: rgb(172,184,9); }
H1.HeaderClassName
{
color: #ACB809;
}
.AnyTagClassName
{
color: #ACB809;
}
</style>
background-color css
<style>
a { background-color: #ACB809; }
a { background-color: rgb(172,184,9); }
div.DivClassName
{
background-color: #ACB809;
}
.BgClassName
{
background-color: #ACB809;
}
</style>
border-color css
<style>
span { border-color: #ACB809; }
span { border-color: rgb(172,184,9); }
td.TdClassName
{
border-color: #ACB809;
}
.TagClassName
{
border-color: #ACB809;
}
</style>