Shades of Celery #ACB04B
Tints of Celery #ACB04B
RGB
CMYK
RGB Variations
Color information
#ACB04B (or 0xACB04B) is known color: Celery. HEX triplet: AC, B0 and 4B. RGB value is (172,176,75). Sum of RGB (Red+Green+Blue) = 172+176+75=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB04B is #534FB4. Grayscale: #A3A3A3. Windows color (decimal): -5459893 or 4960428. OLE color: 4960428.
HSL color Cylindrical-coordinate representation of color #ACB04B: hue angle of 62.38º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACB04B is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 75 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.31 |
| HSL | 62.38º | 0.4% | 0.49% | - |
| HSV(B) | 62.38º | 0.57% | 0.69% | - |
| XYZ | 33.81 | 40.33 | 12.66 | - |
| YUV | 163.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 75 | 0.02 | 0 | 0.57 | 0.31 | 62.38 | 0.4 | 0.49 |
| Hex | AC | B0 | 4B | 2 | 0 | 39 | 1F | 3E | 28 | 31 |
| Octal | 254 | 260 | 113 | 2 | 0 | 71 | 37 | 76 | 50 | 61 |
| Binary | 10101100 | 10110000 | 1001011 | 10 | 0 | 111001 | 11111 | 111110 | 101000 | 110001 |
Color Harmonies of #ACB04B
Complementary color
Monochromatic Colors of #ACB04B
Black with #ACB04B
Text Example
Text Example
White with #ACB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB04B; }
p { color: rgb(172,176,75); }
H1.HeaderClassName
{
color: #ACB04B;
}
.AnyTagClassName
{
color: #ACB04B;
}
</style>
background-color css
<style>
a { background-color: #ACB04B; }
a { background-color: rgb(172,176,75); }
div.DivClassName
{
background-color: #ACB04B;
}
.BgClassName
{
background-color: #ACB04B;
}
</style>
border-color css
<style>
span { border-color: #ACB04B; }
span { border-color: rgb(172,176,75); }
td.TdClassName
{
border-color: #ACB04B;
}
.TagClassName
{
border-color: #ACB04B;
}
</style>