Shades of Celery #A1B742
Tints of Celery #A1B742
RGB
CMYK
RGB Variations
Color information
#A1B742 (or 0xA1B742) is known color: Celery. HEX triplet: A1, B7 and 42. RGB value is (161,183,66). Sum of RGB (Red+Green+Blue) = 161+183+66=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B742 is #5E48BD. Grayscale: #A3A3A3. Windows color (decimal): -6179006 or 4372385. OLE color: 4372385.
HSL color Cylindrical-coordinate representation of color #A1B742: hue angle of 71.28º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1B742 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 183 | 66 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.28 |
| HSL | 71.28º | 0.47% | 0.49% | - |
| HSV(B) | 71.28º | 0.64% | 0.72% | - |
| XYZ | 32.61 | 41.84 | 11.51 | - |
| YUV | 163.08 | 73.21 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 66 | 0.12 | 0 | 0.64 | 0.28 | 71.28 | 0.47 | 0.49 |
| Hex | A1 | B7 | 42 | C | 0 | 40 | 1C | 47 | 2F | 31 |
| Octal | 241 | 267 | 102 | 14 | 0 | 100 | 34 | 107 | 57 | 61 |
| Binary | 10100001 | 10110111 | 1000010 | 1100 | 0 | 1000000 | 11100 | 1000111 | 101111 | 110001 |
Color Harmonies of #A1B742
Complementary color
Monochromatic Colors of #A1B742
Black with #A1B742
Text Example
Text Example
White with #A1B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B742; }
p { color: rgb(161,183,66); }
H1.HeaderClassName
{
color: #A1B742;
}
.AnyTagClassName
{
color: #A1B742;
}
</style>
background-color css
<style>
a { background-color: #A1B742; }
a { background-color: rgb(161,183,66); }
div.DivClassName
{
background-color: #A1B742;
}
.BgClassName
{
background-color: #A1B742;
}
</style>
border-color css
<style>
span { border-color: #A1B742; }
span { border-color: rgb(161,183,66); }
td.TdClassName
{
border-color: #A1B742;
}
.TagClassName
{
border-color: #A1B742;
}
</style>