Shades of Celery #A1BF4D
Tints of Celery #A1BF4D
RGB
CMYK
RGB Variations
Color information
#A1BF4D (or 0xA1BF4D) is known color: Celery. HEX triplet: A1, BF and 4D. RGB value is (161,191,77). Sum of RGB (Red+Green+Blue) = 161+191+77=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BF4D is #5E40B2. Grayscale: #A9A9A9. Windows color (decimal): -6176947 or 5095329. OLE color: 5095329.
HSL color Cylindrical-coordinate representation of color #A1BF4D: hue angle of 75.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1BF4D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 191 | 77 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.25 |
| HSL | 75.79º | 0.47% | 0.53% | - |
| HSV(B) | 75.79º | 0.6% | 0.75% | - |
| XYZ | 34.67 | 45.37 | 13.95 | - |
| YUV | 169.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 191 | 77 | 0.16 | 0 | 0.60 | 0.25 | 75.79 | 0.47 | 0.53 |
| Hex | A1 | BF | 4D | 10 | 0 | 3C | 19 | 4C | 2F | 35 |
| Octal | 241 | 277 | 115 | 20 | 0 | 74 | 31 | 114 | 57 | 65 |
| Binary | 10100001 | 10111111 | 1001101 | 10000 | 0 | 111100 | 11001 | 1001100 | 101111 | 110101 |
Color Harmonies of #A1BF4D
Complementary color
Monochromatic Colors of #A1BF4D
Black with #A1BF4D
Text Example
Text Example
White with #A1BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BF4D; }
p { color: rgb(161,191,77); }
H1.HeaderClassName
{
color: #A1BF4D;
}
.AnyTagClassName
{
color: #A1BF4D;
}
</style>
background-color css
<style>
a { background-color: #A1BF4D; }
a { background-color: rgb(161,191,77); }
div.DivClassName
{
background-color: #A1BF4D;
}
.BgClassName
{
background-color: #A1BF4D;
}
</style>
border-color css
<style>
span { border-color: #A1BF4D; }
span { border-color: rgb(161,191,77); }
td.TdClassName
{
border-color: #A1BF4D;
}
.TagClassName
{
border-color: #A1BF4D;
}
</style>