Shades of Citrus #ACB00E
Tints of Citrus #ACB00E
RGB
CMYK
RGB Variations
Color information
#ACB00E (or 0xACB00E) is known color: Citrus. HEX triplet: AC, B0 and 0E. RGB value is (172,176,14). Sum of RGB (Red+Green+Blue) = 172+176+14=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 176 (69.14% from 255 or 48.62% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB00E is #534FF1. Grayscale: #9C9C9C. Windows color (decimal): -5459954 or 962732. OLE color: 962732.
HSL color Cylindrical-coordinate representation of color #ACB00E: hue angle of 61.48º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB00E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 14 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.31 |
| HSL | 61.48º | 0.85% | 0.37% | - |
| HSV(B) | 61.48º | 0.92% | 0.69% | - |
| XYZ | 32.62 | 39.85 | 6.39 | - |
| YUV | 156.34 | 47.67 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 14 | 0.02 | 0 | 0.92 | 0.31 | 61.48 | 0.85 | 0.37 |
| Hex | AC | B0 | E | 2 | 0 | 5C | 1F | 3D | 55 | 25 |
| Octal | 254 | 260 | 16 | 2 | 0 | 134 | 37 | 75 | 125 | 45 |
| Binary | 10101100 | 10110000 | 1110 | 10 | 0 | 1011100 | 11111 | 111101 | 1010101 | 100101 |
Color Harmonies of #ACB00E
Complementary color
Monochromatic Colors of #ACB00E
Black with #ACB00E
Text Example
Text Example
White with #ACB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB00E; }
p { color: rgb(172,176,14); }
H1.HeaderClassName
{
color: #ACB00E;
}
.AnyTagClassName
{
color: #ACB00E;
}
</style>
background-color css
<style>
a { background-color: #ACB00E; }
a { background-color: rgb(172,176,14); }
div.DivClassName
{
background-color: #ACB00E;
}
.BgClassName
{
background-color: #ACB00E;
}
</style>
border-color css
<style>
span { border-color: #ACB00E; }
span { border-color: rgb(172,176,14); }
td.TdClassName
{
border-color: #ACB00E;
}
.TagClassName
{
border-color: #ACB00E;
}
</style>