Shades of Celery #A1BC42
Tints of Celery #A1BC42
RGB
CMYK
RGB Variations
Color information
#A1BC42 (or 0xA1BC42) is known color: Celery. HEX triplet: A1, BC and 42. RGB value is (161,188,66). Sum of RGB (Red+Green+Blue) = 161+188+66=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC42 is #5E43BD. Grayscale: #A6A6A6. Windows color (decimal): -6177726 or 4373665. OLE color: 4373665.
HSL color Cylindrical-coordinate representation of color #A1BC42: hue angle of 73.28º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1BC42 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 66 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.26 |
| HSL | 73.28º | 0.48% | 0.5% | - |
| HSV(B) | 73.28º | 0.65% | 0.74% | - |
| XYZ | 33.66 | 43.94 | 11.86 | - |
| YUV | 166.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 66 | 0.14 | 0 | 0.65 | 0.26 | 73.28 | 0.48 | 0.5 |
| Hex | A1 | BC | 42 | E | 0 | 41 | 1A | 49 | 30 | 32 |
| Octal | 241 | 274 | 102 | 16 | 0 | 101 | 32 | 111 | 60 | 62 |
| Binary | 10100001 | 10111100 | 1000010 | 1110 | 0 | 1000001 | 11010 | 1001001 | 110000 | 110010 |
Color Harmonies of #A1BC42
Complementary color
Monochromatic Colors of #A1BC42
Black with #A1BC42
Text Example
Text Example
White with #A1BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC42; }
p { color: rgb(161,188,66); }
H1.HeaderClassName
{
color: #A1BC42;
}
.AnyTagClassName
{
color: #A1BC42;
}
</style>
background-color css
<style>
a { background-color: #A1BC42; }
a { background-color: rgb(161,188,66); }
div.DivClassName
{
background-color: #A1BC42;
}
.BgClassName
{
background-color: #A1BC42;
}
</style>
border-color css
<style>
span { border-color: #A1BC42; }
span { border-color: rgb(161,188,66); }
td.TdClassName
{
border-color: #A1BC42;
}
.TagClassName
{
border-color: #A1BC42;
}
</style>