Shades of Celery #A3B14A
Tints of Celery #A3B14A
RGB
CMYK
RGB Variations
Color information
#A3B14A (or 0xA3B14A) is known color: Celery. HEX triplet: A3, B1 and 4A. RGB value is (163,177,74). Sum of RGB (Red+Green+Blue) = 163+177+74=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B14A is #5C4EB5. Grayscale: #A1A1A1. Windows color (decimal): -6049462 or 4895139. OLE color: 4895139.
HSL color Cylindrical-coordinate representation of color #A3B14A: hue angle of 68.16º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3B14A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 74 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.31 |
| HSL | 68.16º | 0.41% | 0.49% | - |
| HSV(B) | 68.16º | 0.58% | 0.69% | - |
| XYZ | 32.06 | 39.73 | 12.46 | - |
| YUV | 161.07 | 78.86 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 74 | 0.08 | 0 | 0.58 | 0.31 | 68.16 | 0.41 | 0.49 |
| Hex | A3 | B1 | 4A | 8 | 0 | 3A | 1F | 44 | 29 | 31 |
| Octal | 243 | 261 | 112 | 10 | 0 | 72 | 37 | 104 | 51 | 61 |
| Binary | 10100011 | 10110001 | 1001010 | 1000 | 0 | 111010 | 11111 | 1000100 | 101001 | 110001 |
Color Harmonies of #A3B14A
Complementary color
Monochromatic Colors of #A3B14A
Black with #A3B14A
Text Example
Text Example
White with #A3B14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B14A; }
p { color: rgb(163,177,74); }
H1.HeaderClassName
{
color: #A3B14A;
}
.AnyTagClassName
{
color: #A3B14A;
}
</style>
background-color css
<style>
a { background-color: #A3B14A; }
a { background-color: rgb(163,177,74); }
div.DivClassName
{
background-color: #A3B14A;
}
.BgClassName
{
background-color: #A3B14A;
}
</style>
border-color css
<style>
span { border-color: #A3B14A; }
span { border-color: rgb(163,177,74); }
td.TdClassName
{
border-color: #A3B14A;
}
.TagClassName
{
border-color: #A3B14A;
}
</style>