Shades of Celery #A1B850
Tints of Celery #A1B850
RGB
CMYK
RGB Variations
Color information
#A1B850 (or 0xA1B850) is known color: Celery. HEX triplet: A1, B8 and 50. RGB value is (161,184,80). Sum of RGB (Red+Green+Blue) = 161+184+80=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B850 is #5E47AF. Grayscale: #A5A5A5. Windows color (decimal): -6178736 or 5290145. OLE color: 5290145.
HSL color Cylindrical-coordinate representation of color #A1B850: hue angle of 73.27º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1B850 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 80 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.28 |
| HSL | 73.27º | 0.42% | 0.52% | - |
| HSV(B) | 73.27º | 0.57% | 0.72% | - |
| XYZ | 33.29 | 42.44 | 14.03 | - |
| YUV | 165.27 | 79.88 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 80 | 0.12 | 0 | 0.57 | 0.28 | 73.27 | 0.42 | 0.52 |
| Hex | A1 | B8 | 50 | C | 0 | 39 | 1C | 49 | 2A | 34 |
| Octal | 241 | 270 | 120 | 14 | 0 | 71 | 34 | 111 | 52 | 64 |
| Binary | 10100001 | 10111000 | 1010000 | 1100 | 0 | 111001 | 11100 | 1001001 | 101010 | 110100 |
Color Harmonies of #A1B850
Complementary color
Monochromatic Colors of #A1B850
Black with #A1B850
Text Example
Text Example
White with #A1B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B850; }
p { color: rgb(161,184,80); }
H1.HeaderClassName
{
color: #A1B850;
}
.AnyTagClassName
{
color: #A1B850;
}
</style>
background-color css
<style>
a { background-color: #A1B850; }
a { background-color: rgb(161,184,80); }
div.DivClassName
{
background-color: #A1B850;
}
.BgClassName
{
background-color: #A1B850;
}
</style>
border-color css
<style>
span { border-color: #A1B850; }
span { border-color: rgb(161,184,80); }
td.TdClassName
{
border-color: #A1B850;
}
.TagClassName
{
border-color: #A1B850;
}
</style>