Shades of Citrus #ACB208
Tints of Citrus #ACB208
RGB
CMYK
RGB Variations
Color information
#ACB208 (or 0xACB208) is known color: Citrus. HEX triplet: AC, B2 and 08. RGB value is (172,178,8). Sum of RGB (Red+Green+Blue) = 172+178+8=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB208 is #534DF7. Grayscale: #9D9D9D. Windows color (decimal): -5459448 or 570028. OLE color: 570028.
HSL color Cylindrical-coordinate representation of color #ACB208: hue angle of 62.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB208 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 8 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.30 |
| HSL | 62.12º | 0.91% | 0.36% | - |
| HSV(B) | 62.12º | 0.96% | 0.7% | - |
| XYZ | 32.98 | 40.63 | 6.33 | - |
| YUV | 156.83 | 44.01 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 8 | 0.03 | 0 | 0.96 | 0.30 | 62.12 | 0.91 | 0.36 |
| Hex | AC | B2 | 8 | 3 | 0 | 60 | 1E | 3E | 5B | 24 |
| Octal | 254 | 262 | 10 | 3 | 0 | 140 | 36 | 76 | 133 | 44 |
| Binary | 10101100 | 10110010 | 1000 | 11 | 0 | 1100000 | 11110 | 111110 | 1011011 | 100100 |
Color Harmonies of #ACB208
Complementary color
Monochromatic Colors of #ACB208
Black with #ACB208
Text Example
Text Example
White with #ACB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB208; }
p { color: rgb(172,178,8); }
H1.HeaderClassName
{
color: #ACB208;
}
.AnyTagClassName
{
color: #ACB208;
}
</style>
background-color css
<style>
a { background-color: #ACB208; }
a { background-color: rgb(172,178,8); }
div.DivClassName
{
background-color: #ACB208;
}
.BgClassName
{
background-color: #ACB208;
}
</style>
border-color css
<style>
span { border-color: #ACB208; }
span { border-color: rgb(172,178,8); }
td.TdClassName
{
border-color: #ACB208;
}
.TagClassName
{
border-color: #ACB208;
}
</style>