Shades of Celery #A3BD55
Tints of Celery #A3BD55
RGB
CMYK
RGB Variations
Color information
#A3BD55 (or 0xA3BD55) is known color: Celery. HEX triplet: A3, BD and 55. RGB value is (163,189,85). Sum of RGB (Red+Green+Blue) = 163+189+85=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD55 is #5C42AA. Grayscale: #A9A9A9. Windows color (decimal): -6046379 or 5619107. OLE color: 5619107.
HSL color Cylindrical-coordinate representation of color #A3BD55: hue angle of 75º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3BD55 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 85 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.26 |
| HSL | 75º | 0.44% | 0.54% | - |
| HSV(B) | 75º | 0.55% | 0.74% | - |
| XYZ | 34.94 | 44.84 | 15.41 | - |
| YUV | 169.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 85 | 0.14 | 0 | 0.55 | 0.26 | 75 | 0.44 | 0.54 |
| Hex | A3 | BD | 55 | E | 0 | 37 | 1A | 4B | 2C | 36 |
| Octal | 243 | 275 | 125 | 16 | 0 | 67 | 32 | 113 | 54 | 66 |
| Binary | 10100011 | 10111101 | 1010101 | 1110 | 0 | 110111 | 11010 | 1001011 | 101100 | 110110 |
Color Harmonies of #A3BD55
Complementary color
Monochromatic Colors of #A3BD55
Black with #A3BD55
Text Example
Text Example
White with #A3BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD55; }
p { color: rgb(163,189,85); }
H1.HeaderClassName
{
color: #A3BD55;
}
.AnyTagClassName
{
color: #A3BD55;
}
</style>
background-color css
<style>
a { background-color: #A3BD55; }
a { background-color: rgb(163,189,85); }
div.DivClassName
{
background-color: #A3BD55;
}
.BgClassName
{
background-color: #A3BD55;
}
</style>
border-color css
<style>
span { border-color: #A3BD55; }
span { border-color: rgb(163,189,85); }
td.TdClassName
{
border-color: #A3BD55;
}
.TagClassName
{
border-color: #A3BD55;
}
</style>