Shades of Celery #A3BA42
Tints of Celery #A3BA42
RGB
CMYK
RGB Variations
Color information
#A3BA42 (or 0xA3BA42) is known color: Celery. HEX triplet: A3, BA and 42. RGB value is (163,186,66). Sum of RGB (Red+Green+Blue) = 163+186+66=415 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.28% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BA42 is #5C45BD. Grayscale: #A5A5A5. Windows color (decimal): -6047166 or 4373155. OLE color: 4373155.
HSL color Cylindrical-coordinate representation of color #A3BA42: hue angle of 71.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3BA42 is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 66 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.27 |
| HSL | 71.5º | 0.48% | 0.49% | - |
| HSV(B) | 71.5º | 0.65% | 0.73% | - |
| XYZ | 33.65 | 43.3 | 11.74 | - |
| YUV | 165.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 66 | 0.12 | 0 | 0.65 | 0.27 | 71.5 | 0.48 | 0.49 |
| Hex | A3 | BA | 42 | C | 0 | 41 | 1B | 48 | 30 | 31 |
| Octal | 243 | 272 | 102 | 14 | 0 | 101 | 33 | 110 | 60 | 61 |
| Binary | 10100011 | 10111010 | 1000010 | 1100 | 0 | 1000001 | 11011 | 1001000 | 110000 | 110001 |
Color Harmonies of #A3BA42
Complementary color
Monochromatic Colors of #A3BA42
Black with #A3BA42
Text Example
Text Example
White with #A3BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA42; }
p { color: rgb(163,186,66); }
H1.HeaderClassName
{
color: #A3BA42;
}
.AnyTagClassName
{
color: #A3BA42;
}
</style>
background-color css
<style>
a { background-color: #A3BA42; }
a { background-color: rgb(163,186,66); }
div.DivClassName
{
background-color: #A3BA42;
}
.BgClassName
{
background-color: #A3BA42;
}
</style>
border-color css
<style>
span { border-color: #A3BA42; }
span { border-color: rgb(163,186,66); }
td.TdClassName
{
border-color: #A3BA42;
}
.TagClassName
{
border-color: #A3BA42;
}
</style>