Shades of Celery #A1BC4C
Tints of Celery #A1BC4C
RGB
CMYK
RGB Variations
Color information
#A1BC4C (or 0xA1BC4C) is known color: Celery. HEX triplet: A1, BC and 4C. RGB value is (161,188,76). Sum of RGB (Red+Green+Blue) = 161+188+76=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 76 (30.08% from 255 or 17.88% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC4C is #5E43B3. Grayscale: #A7A7A7. Windows color (decimal): -6177716 or 5029025. OLE color: 5029025.
HSL color Cylindrical-coordinate representation of color #A1BC4C: hue angle of 74.46º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1BC4C is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 76 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.26 |
| HSL | 74.46º | 0.46% | 0.52% | - |
| HSV(B) | 74.46º | 0.6% | 0.74% | - |
| XYZ | 33.99 | 44.07 | 13.55 | - |
| YUV | 167.16 | 76.55 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 76 | 0.14 | 0 | 0.60 | 0.26 | 74.46 | 0.46 | 0.52 |
| Hex | A1 | BC | 4C | E | 0 | 3C | 1A | 4A | 2E | 34 |
| Octal | 241 | 274 | 114 | 16 | 0 | 74 | 32 | 112 | 56 | 64 |
| Binary | 10100001 | 10111100 | 1001100 | 1110 | 0 | 111100 | 11010 | 1001010 | 101110 | 110100 |
Color Harmonies of #A1BC4C
Complementary color
Monochromatic Colors of #A1BC4C
Black with #A1BC4C
Text Example
Text Example
White with #A1BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC4C; }
p { color: rgb(161,188,76); }
H1.HeaderClassName
{
color: #A1BC4C;
}
.AnyTagClassName
{
color: #A1BC4C;
}
</style>
background-color css
<style>
a { background-color: #A1BC4C; }
a { background-color: rgb(161,188,76); }
div.DivClassName
{
background-color: #A1BC4C;
}
.BgClassName
{
background-color: #A1BC4C;
}
</style>
border-color css
<style>
span { border-color: #A1BC4C; }
span { border-color: rgb(161,188,76); }
td.TdClassName
{
border-color: #A1BC4C;
}
.TagClassName
{
border-color: #A1BC4C;
}
</style>