Shades of Celery #A3B850
Tints of Celery #A3B850
RGB
CMYK
RGB Variations
Color information
#A3B850 (or 0xA3B850) is known color: Celery. HEX triplet: A3, B8 and 50. RGB value is (163,184,80). Sum of RGB (Red+Green+Blue) = 163+184+80=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B850 is #5C47AF. Grayscale: #A6A6A6. Windows color (decimal): -6047664 or 5290147. OLE color: 5290147.
HSL color Cylindrical-coordinate representation of color #A3B850: hue angle of 72.12º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3B850 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 184 | 80 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.28 |
| HSL | 72.12º | 0.42% | 0.52% | - |
| HSV(B) | 72.12º | 0.57% | 0.72% | - |
| XYZ | 33.69 | 42.65 | 14.05 | - |
| YUV | 165.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 184 | 80 | 0.11 | 0 | 0.57 | 0.28 | 72.12 | 0.42 | 0.52 |
| Hex | A3 | B8 | 50 | B | 0 | 39 | 1C | 48 | 2A | 34 |
| Octal | 243 | 270 | 120 | 13 | 0 | 71 | 34 | 110 | 52 | 64 |
| Binary | 10100011 | 10111000 | 1010000 | 1011 | 0 | 111001 | 11100 | 1001000 | 101010 | 110100 |
Color Harmonies of #A3B850
Complementary color
Monochromatic Colors of #A3B850
Black with #A3B850
Text Example
Text Example
White with #A3B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B850; }
p { color: rgb(163,184,80); }
H1.HeaderClassName
{
color: #A3B850;
}
.AnyTagClassName
{
color: #A3B850;
}
</style>
background-color css
<style>
a { background-color: #A3B850; }
a { background-color: rgb(163,184,80); }
div.DivClassName
{
background-color: #A3B850;
}
.BgClassName
{
background-color: #A3B850;
}
</style>
border-color css
<style>
span { border-color: #A3B850; }
span { border-color: rgb(163,184,80); }
td.TdClassName
{
border-color: #A3B850;
}
.TagClassName
{
border-color: #A3B850;
}
</style>