Shades of Celery #A3B140
Tints of Celery #A3B140
RGB
CMYK
RGB Variations
Color information
#A3B140 (or 0xA3B140) is known color: Celery. HEX triplet: A3, B1 and 40. RGB value is (163,177,64). Sum of RGB (Red+Green+Blue) = 163+177+64=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B140 is #5C4EBF. Grayscale: #A0A0A0. Windows color (decimal): -6049472 or 4239779. OLE color: 4239779.
HSL color Cylindrical-coordinate representation of color #A3B140: hue angle of 67.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3B140 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 64 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.31 |
| HSL | 67.43º | 0.47% | 0.47% | - |
| HSV(B) | 67.43º | 0.64% | 0.69% | - |
| XYZ | 31.75 | 39.6 | 10.82 | - |
| YUV | 159.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 64 | 0.08 | 0 | 0.64 | 0.31 | 67.43 | 0.47 | 0.47 |
| Hex | A3 | B1 | 40 | 8 | 0 | 40 | 1F | 43 | 2F | 2F |
| Octal | 243 | 261 | 100 | 10 | 0 | 100 | 37 | 103 | 57 | 57 |
| Binary | 10100011 | 10110001 | 1000000 | 1000 | 0 | 1000000 | 11111 | 1000011 | 101111 | 101111 |
Color Harmonies of #A3B140
Complementary color
Monochromatic Colors of #A3B140
Black with #A3B140
Text Example
Text Example
White with #A3B140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B140; }
p { color: rgb(163,177,64); }
H1.HeaderClassName
{
color: #A3B140;
}
.AnyTagClassName
{
color: #A3B140;
}
</style>
background-color css
<style>
a { background-color: #A3B140; }
a { background-color: rgb(163,177,64); }
div.DivClassName
{
background-color: #A3B140;
}
.BgClassName
{
background-color: #A3B140;
}
</style>
border-color css
<style>
span { border-color: #A3B140; }
span { border-color: rgb(163,177,64); }
td.TdClassName
{
border-color: #A3B140;
}
.TagClassName
{
border-color: #A3B140;
}
</style>