Shades of Celery #A1BD4A
Tints of Celery #A1BD4A
RGB
CMYK
RGB Variations
Color information
#A1BD4A (or 0xA1BD4A) is known color: Celery. HEX triplet: A1, BD and 4A. RGB value is (161,189,74). Sum of RGB (Red+Green+Blue) = 161+189+74=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BD4A is #5E42B5. Grayscale: #A7A7A7. Windows color (decimal): -6177462 or 4898209. OLE color: 4898209.
HSL color Cylindrical-coordinate representation of color #A1BD4A: hue angle of 74.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1BD4A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 189 | 74 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.26 |
| HSL | 74.61º | 0.47% | 0.52% | - |
| HSV(B) | 74.61º | 0.61% | 0.74% | - |
| XYZ | 34.13 | 44.47 | 13.26 | - |
| YUV | 167.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 189 | 74 | 0.15 | 0 | 0.61 | 0.26 | 74.61 | 0.47 | 0.52 |
| Hex | A1 | BD | 4A | F | 0 | 3D | 1A | 4B | 2F | 34 |
| Octal | 241 | 275 | 112 | 17 | 0 | 75 | 32 | 113 | 57 | 64 |
| Binary | 10100001 | 10111101 | 1001010 | 1111 | 0 | 111101 | 11010 | 1001011 | 101111 | 110100 |
Color Harmonies of #A1BD4A
Complementary color
Monochromatic Colors of #A1BD4A
Black with #A1BD4A
Text Example
Text Example
White with #A1BD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BD4A; }
p { color: rgb(161,189,74); }
H1.HeaderClassName
{
color: #A1BD4A;
}
.AnyTagClassName
{
color: #A1BD4A;
}
</style>
background-color css
<style>
a { background-color: #A1BD4A; }
a { background-color: rgb(161,189,74); }
div.DivClassName
{
background-color: #A1BD4A;
}
.BgClassName
{
background-color: #A1BD4A;
}
</style>
border-color css
<style>
span { border-color: #A1BD4A; }
span { border-color: rgb(161,189,74); }
td.TdClassName
{
border-color: #A1BD4A;
}
.TagClassName
{
border-color: #A1BD4A;
}
</style>