Shades of Citrus #ACB209
Tints of Citrus #ACB209
RGB
CMYK
RGB Variations
Color information
#ACB209 (or 0xACB209) is known color: Citrus. HEX triplet: AC, B2 and 09. RGB value is (172,178,9). Sum of RGB (Red+Green+Blue) = 172+178+9=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB209 is #534DF6. Grayscale: #9D9D9D. Windows color (decimal): -5459447 or 635564. OLE color: 635564.
HSL color Cylindrical-coordinate representation of color #ACB209: hue angle of 62.13º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACB209 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 9 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.30 |
| HSL | 62.13º | 0.9% | 0.37% | - |
| HSV(B) | 62.13º | 0.95% | 0.7% | - |
| XYZ | 32.98 | 40.63 | 6.36 | - |
| YUV | 156.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 9 | 0.03 | 0 | 0.95 | 0.30 | 62.13 | 0.9 | 0.37 |
| Hex | AC | B2 | 9 | 3 | 0 | 5F | 1E | 3E | 5A | 25 |
| Octal | 254 | 262 | 11 | 3 | 0 | 137 | 36 | 76 | 132 | 45 |
| Binary | 10101100 | 10110010 | 1001 | 11 | 0 | 1011111 | 11110 | 111110 | 1011010 | 100101 |
Color Harmonies of #ACB209
Complementary color
Monochromatic Colors of #ACB209
Black with #ACB209
Text Example
Text Example
White with #ACB209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB209; }
p { color: rgb(172,178,9); }
H1.HeaderClassName
{
color: #ACB209;
}
.AnyTagClassName
{
color: #ACB209;
}
</style>
background-color css
<style>
a { background-color: #ACB209; }
a { background-color: rgb(172,178,9); }
div.DivClassName
{
background-color: #ACB209;
}
.BgClassName
{
background-color: #ACB209;
}
</style>
border-color css
<style>
span { border-color: #ACB209; }
span { border-color: rgb(172,178,9); }
td.TdClassName
{
border-color: #ACB209;
}
.TagClassName
{
border-color: #ACB209;
}
</style>