Shades of Citrus #ACB000
Tints of Citrus #ACB000
RGB
CMYK
RGB Variations
Color information
#ACB000 (or 0xACB000) is known color: Citrus. HEX triplet: AC, B0 and 00. RGB value is (172,176,0). Sum of RGB (Red+Green+Blue) = 172+176+0=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB000 is #534FFF. Grayscale: #9B9B9B. Windows color (decimal): -5459968 or 45228. OLE color: 45228.
HSL color Cylindrical-coordinate representation of color #ACB000: hue angle of 61.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACB000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.31 |
| HSL | 61.36º | 1% | 0.35% | - |
| HSV(B) | 61.36º | 1% | 0.69% | - |
| XYZ | 32.54 | 39.82 | 5.97 | - |
| YUV | 154.74 | 40.67 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 0 | 0.02 | 0 | 1 | 0.31 | 61.36 | 1 | 0.35 |
| Hex | AC | B0 | 0 | 2 | 0 | 64 | 1F | 3D | 64 | 23 |
| Octal | 254 | 260 | 0 | 2 | 0 | 144 | 37 | 75 | 144 | 43 |
| Binary | 10101100 | 10110000 | 0 | 10 | 0 | 1100100 | 11111 | 111101 | 1100100 | 100011 |
Color Harmonies of #ACB000
Complementary color
Monochromatic Colors of #ACB000
Black with #ACB000
Text Example
Text Example
White with #ACB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB000; }
p { color: rgb(172,176,0); }
H1.HeaderClassName
{
color: #ACB000;
}
.AnyTagClassName
{
color: #ACB000;
}
</style>
background-color css
<style>
a { background-color: #ACB000; }
a { background-color: rgb(172,176,0); }
div.DivClassName
{
background-color: #ACB000;
}
.BgClassName
{
background-color: #ACB000;
}
</style>
border-color css
<style>
span { border-color: #ACB000; }
span { border-color: rgb(172,176,0); }
td.TdClassName
{
border-color: #ACB000;
}
.TagClassName
{
border-color: #ACB000;
}
</style>