Shades of Citrus #ACB006
Tints of Citrus #ACB006
RGB
CMYK
RGB Variations
Color information
#ACB006 (or 0xACB006) is known color: Citrus. HEX triplet: AC, B0 and 06. RGB value is (172,176,6). Sum of RGB (Red+Green+Blue) = 172+176+6=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB006 is #534FF9. Grayscale: #9C9C9C. Windows color (decimal): -5459962 or 438444. OLE color: 438444.
HSL color Cylindrical-coordinate representation of color #ACB006: hue angle of 61.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB006 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 6 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.31 |
| HSL | 61.41º | 0.93% | 0.36% | - |
| HSV(B) | 61.41º | 0.97% | 0.69% | - |
| XYZ | 32.57 | 39.83 | 6.14 | - |
| YUV | 155.42 | 43.67 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 6 | 0.02 | 0 | 0.97 | 0.31 | 61.41 | 0.93 | 0.36 |
| Hex | AC | B0 | 6 | 2 | 0 | 61 | 1F | 3D | 5D | 24 |
| Octal | 254 | 260 | 6 | 2 | 0 | 141 | 37 | 75 | 135 | 44 |
| Binary | 10101100 | 10110000 | 110 | 10 | 0 | 1100001 | 11111 | 111101 | 1011101 | 100100 |
Color Harmonies of #ACB006
Complementary color
Monochromatic Colors of #ACB006
Black with #ACB006
Text Example
Text Example
White with #ACB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB006; }
p { color: rgb(172,176,6); }
H1.HeaderClassName
{
color: #ACB006;
}
.AnyTagClassName
{
color: #ACB006;
}
</style>
background-color css
<style>
a { background-color: #ACB006; }
a { background-color: rgb(172,176,6); }
div.DivClassName
{
background-color: #ACB006;
}
.BgClassName
{
background-color: #ACB006;
}
</style>
border-color css
<style>
span { border-color: #ACB006; }
span { border-color: rgb(172,176,6); }
td.TdClassName
{
border-color: #ACB006;
}
.TagClassName
{
border-color: #ACB006;
}
</style>