Shades of Citrus #ACB005
Tints of Citrus #ACB005
RGB
CMYK
RGB Variations
Color information
#ACB005 (or 0xACB005) is known color: Citrus. HEX triplet: AC, B0 and 05. RGB value is (172,176,5). Sum of RGB (Red+Green+Blue) = 172+176+5=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 176 (69.14% from 255 or 49.86% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB005 is #534FFA. Grayscale: #9B9B9B. Windows color (decimal): -5459963 or 372908. OLE color: 372908.
HSL color Cylindrical-coordinate representation of color #ACB005: hue angle of 61.4º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB005 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.31 |
| HSL | 61.4º | 0.94% | 0.35% | - |
| HSV(B) | 61.4º | 0.97% | 0.69% | - |
| XYZ | 32.57 | 39.83 | 6.12 | - |
| YUV | 155.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 5 | 0.02 | 0 | 0.97 | 0.31 | 61.4 | 0.94 | 0.35 |
| Hex | AC | B0 | 5 | 2 | 0 | 61 | 1F | 3D | 5E | 23 |
| Octal | 254 | 260 | 5 | 2 | 0 | 141 | 37 | 75 | 136 | 43 |
| Binary | 10101100 | 10110000 | 101 | 10 | 0 | 1100001 | 11111 | 111101 | 1011110 | 100011 |
Color Harmonies of #ACB005
Complementary color
Monochromatic Colors of #ACB005
Black with #ACB005
Text Example
Text Example
White with #ACB005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB005; }
p { color: rgb(172,176,5); }
H1.HeaderClassName
{
color: #ACB005;
}
.AnyTagClassName
{
color: #ACB005;
}
</style>
background-color css
<style>
a { background-color: #ACB005; }
a { background-color: rgb(172,176,5); }
div.DivClassName
{
background-color: #ACB005;
}
.BgClassName
{
background-color: #ACB005;
}
</style>
border-color css
<style>
span { border-color: #ACB005; }
span { border-color: rgb(172,176,5); }
td.TdClassName
{
border-color: #ACB005;
}
.TagClassName
{
border-color: #ACB005;
}
</style>