Shades of Celery #ACC950
Tints of Celery #ACC950
RGB
CMYK
RGB Variations
Color information
#ACC950 (or 0xACC950) is known color: Celery. HEX triplet: AC, C9 and 50. RGB value is (172,201,80). Sum of RGB (Red+Green+Blue) = 172+201+80=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 201 (78.91% from 255 or 44.37% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC950 is #5336AF. Grayscale: #B2B2B2. Windows color (decimal): -5453488 or 5294508. OLE color: 5294508.
HSL color Cylindrical-coordinate representation of color #ACC950: hue angle of 74.38º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACC950 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 80 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.21 |
| HSL | 74.38º | 0.53% | 0.55% | - |
| HSV(B) | 74.38º | 0.6% | 0.79% | - |
| XYZ | 39.35 | 51.12 | 15.38 | - |
| YUV | 178.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 80 | 0.14 | 0 | 0.60 | 0.21 | 74.38 | 0.53 | 0.55 |
| Hex | AC | C9 | 50 | E | 0 | 3C | 15 | 4A | 35 | 37 |
| Octal | 254 | 311 | 120 | 16 | 0 | 74 | 25 | 112 | 65 | 67 |
| Binary | 10101100 | 11001001 | 1010000 | 1110 | 0 | 111100 | 10101 | 1001010 | 110101 | 110111 |
Color Harmonies of #ACC950
Complementary color
Monochromatic Colors of #ACC950
Black with #ACC950
Text Example
Text Example
White with #ACC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC950; }
p { color: rgb(172,201,80); }
H1.HeaderClassName
{
color: #ACC950;
}
.AnyTagClassName
{
color: #ACC950;
}
</style>
background-color css
<style>
a { background-color: #ACC950; }
a { background-color: rgb(172,201,80); }
div.DivClassName
{
background-color: #ACC950;
}
.BgClassName
{
background-color: #ACC950;
}
</style>
border-color css
<style>
span { border-color: #ACC950; }
span { border-color: rgb(172,201,80); }
td.TdClassName
{
border-color: #ACC950;
}
.TagClassName
{
border-color: #ACC950;
}
</style>