Shades of Celery #A1B14C
Tints of Celery #A1B14C
RGB
CMYK
RGB Variations
Color information
#A1B14C (or 0xA1B14C) is known color: Celery. HEX triplet: A1, B1 and 4C. RGB value is (161,177,76). Sum of RGB (Red+Green+Blue) = 161+177+76=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B14C is #5E4EB3. Grayscale: #A1A1A1. Windows color (decimal): -6180532 or 5026209. OLE color: 5026209.
HSL color Cylindrical-coordinate representation of color #A1B14C: hue angle of 69.5º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1B14C is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 76 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.31 |
| HSL | 69.5º | 0.4% | 0.5% | - |
| HSV(B) | 69.5º | 0.57% | 0.69% | - |
| XYZ | 31.72 | 39.54 | 12.8 | - |
| YUV | 160.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 76 | 0.09 | 0 | 0.57 | 0.31 | 69.5 | 0.4 | 0.5 |
| Hex | A1 | B1 | 4C | 9 | 0 | 39 | 1F | 46 | 28 | 32 |
| Octal | 241 | 261 | 114 | 11 | 0 | 71 | 37 | 106 | 50 | 62 |
| Binary | 10100001 | 10110001 | 1001100 | 1001 | 0 | 111001 | 11111 | 1000110 | 101000 | 110010 |
Color Harmonies of #A1B14C
Complementary color
Monochromatic Colors of #A1B14C
Black with #A1B14C
Text Example
Text Example
White with #A1B14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B14C; }
p { color: rgb(161,177,76); }
H1.HeaderClassName
{
color: #A1B14C;
}
.AnyTagClassName
{
color: #A1B14C;
}
</style>
background-color css
<style>
a { background-color: #A1B14C; }
a { background-color: rgb(161,177,76); }
div.DivClassName
{
background-color: #A1B14C;
}
.BgClassName
{
background-color: #A1B14C;
}
</style>
border-color css
<style>
span { border-color: #A1B14C; }
span { border-color: rgb(161,177,76); }
td.TdClassName
{
border-color: #A1B14C;
}
.TagClassName
{
border-color: #A1B14C;
}
</style>