Shades of Celery #A1B942
Tints of Celery #A1B942
RGB
CMYK
RGB Variations
Color information
#A1B942 (or 0xA1B942) is known color: Celery. HEX triplet: A1, B9 and 42. RGB value is (161,185,66). Sum of RGB (Red+Green+Blue) = 161+185+66=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B942 is #5E46BD. Grayscale: #A4A4A4. Windows color (decimal): -6178494 or 4372897. OLE color: 4372897.
HSL color Cylindrical-coordinate representation of color #A1B942: hue angle of 72.1º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1B942 is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 66 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.27 |
| HSL | 72.1º | 0.47% | 0.49% | - |
| HSV(B) | 72.1º | 0.64% | 0.73% | - |
| XYZ | 33.03 | 42.67 | 11.65 | - |
| YUV | 164.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 66 | 0.13 | 0 | 0.64 | 0.27 | 72.1 | 0.47 | 0.49 |
| Hex | A1 | B9 | 42 | D | 0 | 40 | 1B | 48 | 2F | 31 |
| Octal | 241 | 271 | 102 | 15 | 0 | 100 | 33 | 110 | 57 | 61 |
| Binary | 10100001 | 10111001 | 1000010 | 1101 | 0 | 1000000 | 11011 | 1001000 | 101111 | 110001 |
Color Harmonies of #A1B942
Complementary color
Monochromatic Colors of #A1B942
Black with #A1B942
Text Example
Text Example
White with #A1B942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B942; }
p { color: rgb(161,185,66); }
H1.HeaderClassName
{
color: #A1B942;
}
.AnyTagClassName
{
color: #A1B942;
}
</style>
background-color css
<style>
a { background-color: #A1B942; }
a { background-color: rgb(161,185,66); }
div.DivClassName
{
background-color: #A1B942;
}
.BgClassName
{
background-color: #A1B942;
}
</style>
border-color css
<style>
span { border-color: #A1B942; }
span { border-color: rgb(161,185,66); }
td.TdClassName
{
border-color: #A1B942;
}
.TagClassName
{
border-color: #A1B942;
}
</style>