Shades of Celery #A1BC45
Tints of Celery #A1BC45
RGB
CMYK
RGB Variations
Color information
#A1BC45 (or 0xA1BC45) is known color: Celery. HEX triplet: A1, BC and 45. RGB value is (161,188,69). Sum of RGB (Red+Green+Blue) = 161+188+69=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BC45 is #5E43BA. Grayscale: #A6A6A6. Windows color (decimal): -6177723 or 4570273. OLE color: 4570273.
HSL color Cylindrical-coordinate representation of color #A1BC45: hue angle of 73.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1BC45 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 188 | 69 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.26 |
| HSL | 73.61º | 0.47% | 0.5% | - |
| HSV(B) | 73.61º | 0.63% | 0.74% | - |
| XYZ | 33.76 | 43.97 | 12.34 | - |
| YUV | 166.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 188 | 69 | 0.14 | 0 | 0.63 | 0.26 | 73.61 | 0.47 | 0.5 |
| Hex | A1 | BC | 45 | E | 0 | 3F | 1A | 4A | 2F | 32 |
| Octal | 241 | 274 | 105 | 16 | 0 | 77 | 32 | 112 | 57 | 62 |
| Binary | 10100001 | 10111100 | 1000101 | 1110 | 0 | 111111 | 11010 | 1001010 | 101111 | 110010 |
Color Harmonies of #A1BC45
Complementary color
Monochromatic Colors of #A1BC45
Black with #A1BC45
Text Example
Text Example
White with #A1BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BC45; }
p { color: rgb(161,188,69); }
H1.HeaderClassName
{
color: #A1BC45;
}
.AnyTagClassName
{
color: #A1BC45;
}
</style>
background-color css
<style>
a { background-color: #A1BC45; }
a { background-color: rgb(161,188,69); }
div.DivClassName
{
background-color: #A1BC45;
}
.BgClassName
{
background-color: #A1BC45;
}
</style>
border-color css
<style>
span { border-color: #A1BC45; }
span { border-color: rgb(161,188,69); }
td.TdClassName
{
border-color: #A1BC45;
}
.TagClassName
{
border-color: #A1BC45;
}
</style>