Shades of Celery #A1B240
Tints of Celery #A1B240
RGB
CMYK
RGB Variations
Color information
#A1B240 (or 0xA1B240) is known color: Celery. HEX triplet: A1, B2 and 40. RGB value is (161,178,64). Sum of RGB (Red+Green+Blue) = 161+178+64=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 64 (25.39% from 255 or 15.88% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1B240 is #5E4DBF. Grayscale: #A0A0A0. Windows color (decimal): -6180288 or 4240033. OLE color: 4240033.
HSL color Cylindrical-coordinate representation of color #A1B240: hue angle of 68.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1B240 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 64 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.30 |
| HSL | 68.95º | 0.47% | 0.47% | - |
| HSV(B) | 68.95º | 0.64% | 0.7% | - |
| XYZ | 31.54 | 39.79 | 10.87 | - |
| YUV | 159.92 | 73.87 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 64 | 0.10 | 0 | 0.64 | 0.30 | 68.95 | 0.47 | 0.47 |
| Hex | A1 | B2 | 40 | A | 0 | 40 | 1E | 45 | 2F | 2F |
| Octal | 241 | 262 | 100 | 12 | 0 | 100 | 36 | 105 | 57 | 57 |
| Binary | 10100001 | 10110010 | 1000000 | 1010 | 0 | 1000000 | 11110 | 1000101 | 101111 | 101111 |
Color Harmonies of #A1B240
Complementary color
Monochromatic Colors of #A1B240
Black with #A1B240
Text Example
Text Example
White with #A1B240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B240; }
p { color: rgb(161,178,64); }
H1.HeaderClassName
{
color: #A1B240;
}
.AnyTagClassName
{
color: #A1B240;
}
</style>
background-color css
<style>
a { background-color: #A1B240; }
a { background-color: rgb(161,178,64); }
div.DivClassName
{
background-color: #A1B240;
}
.BgClassName
{
background-color: #A1B240;
}
</style>
border-color css
<style>
span { border-color: #A1B240; }
span { border-color: rgb(161,178,64); }
td.TdClassName
{
border-color: #A1B240;
}
.TagClassName
{
border-color: #A1B240;
}
</style>