Shades of Celery #ACC35D
Tints of Celery #ACC35D
RGB
CMYK
RGB Variations
Color information
#ACC35D (or 0xACC35D) is known color: Celery. HEX triplet: AC, C3 and 5D. RGB value is (172,195,93). Sum of RGB (Red+Green+Blue) = 172+195+93=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC35D is #533CA2. Grayscale: #B0B0B0. Windows color (decimal): -5455011 or 6144940. OLE color: 6144940.
HSL color Cylindrical-coordinate representation of color #ACC35D: hue angle of 73.53º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACC35D is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 93 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.24 |
| HSL | 73.53º | 0.46% | 0.56% | - |
| HSV(B) | 73.53º | 0.52% | 0.76% | - |
| XYZ | 38.5 | 48.59 | 17.71 | - |
| YUV | 176.5 | 80.88 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 93 | 0.12 | 0 | 0.52 | 0.24 | 73.53 | 0.46 | 0.56 |
| Hex | AC | C3 | 5D | C | 0 | 34 | 18 | 4A | 2E | 38 |
| Octal | 254 | 303 | 135 | 14 | 0 | 64 | 30 | 112 | 56 | 70 |
| Binary | 10101100 | 11000011 | 1011101 | 1100 | 0 | 110100 | 11000 | 1001010 | 101110 | 111000 |
Color Harmonies of #ACC35D
Complementary color
Monochromatic Colors of #ACC35D
Black with #ACC35D
Text Example
Text Example
White with #ACC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC35D; }
p { color: rgb(172,195,93); }
H1.HeaderClassName
{
color: #ACC35D;
}
.AnyTagClassName
{
color: #ACC35D;
}
</style>
background-color css
<style>
a { background-color: #ACC35D; }
a { background-color: rgb(172,195,93); }
div.DivClassName
{
background-color: #ACC35D;
}
.BgClassName
{
background-color: #ACC35D;
}
</style>
border-color css
<style>
span { border-color: #ACC35D; }
span { border-color: rgb(172,195,93); }
td.TdClassName
{
border-color: #ACC35D;
}
.TagClassName
{
border-color: #ACC35D;
}
</style>