Shades of Celery #ACCB42
Tints of Celery #ACCB42
RGB
CMYK
RGB Variations
Color information
#ACCB42 (or 0xACCB42) is known color: Celery. HEX triplet: AC, CB and 42. RGB value is (172,203,66). Sum of RGB (Red+Green+Blue) = 172+203+66=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB42 is #5334BD. Grayscale: #B2B2B2. Windows color (decimal): -5452990 or 4377516. OLE color: 4377516.
HSL color Cylindrical-coordinate representation of color #ACCB42: hue angle of 73.58º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACCB42 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 66 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.20 |
| HSL | 73.58º | 0.57% | 0.53% | - |
| HSV(B) | 73.58º | 0.67% | 0.8% | - |
| XYZ | 39.35 | 51.88 | 13.09 | - |
| YUV | 178.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 66 | 0.15 | 0 | 0.67 | 0.20 | 73.58 | 0.57 | 0.53 |
| Hex | AC | CB | 42 | F | 0 | 43 | 14 | 4A | 39 | 35 |
| Octal | 254 | 313 | 102 | 17 | 0 | 103 | 24 | 112 | 71 | 65 |
| Binary | 10101100 | 11001011 | 1000010 | 1111 | 0 | 1000011 | 10100 | 1001010 | 111001 | 110101 |
Color Harmonies of #ACCB42
Complementary color
Monochromatic Colors of #ACCB42
Black with #ACCB42
Text Example
Text Example
White with #ACCB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB42; }
p { color: rgb(172,203,66); }
H1.HeaderClassName
{
color: #ACCB42;
}
.AnyTagClassName
{
color: #ACCB42;
}
</style>
background-color css
<style>
a { background-color: #ACCB42; }
a { background-color: rgb(172,203,66); }
div.DivClassName
{
background-color: #ACCB42;
}
.BgClassName
{
background-color: #ACCB42;
}
</style>
border-color css
<style>
span { border-color: #ACCB42; }
span { border-color: rgb(172,203,66); }
td.TdClassName
{
border-color: #ACCB42;
}
.TagClassName
{
border-color: #ACCB42;
}
</style>