Shades of Celery #A3B042
Tints of Celery #A3B042
RGB
CMYK
RGB Variations
Color information
#A3B042 (or 0xA3B042) is known color: Celery. HEX triplet: A3, B0 and 42. RGB value is (163,176,66). Sum of RGB (Red+Green+Blue) = 163+176+66=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B042 is #5C4FBD. Grayscale: #9F9F9F. Windows color (decimal): -6049726 or 4370595. OLE color: 4370595.
HSL color Cylindrical-coordinate representation of color #A3B042: hue angle of 67.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3B042 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 66 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.31 |
| HSL | 67.09º | 0.45% | 0.47% | - |
| HSV(B) | 67.09º | 0.63% | 0.69% | - |
| XYZ | 31.61 | 39.23 | 11.06 | - |
| YUV | 159.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 66 | 0.07 | 0 | 0.62 | 0.31 | 67.09 | 0.45 | 0.47 |
| Hex | A3 | B0 | 42 | 7 | 0 | 3E | 1F | 43 | 2D | 2F |
| Octal | 243 | 260 | 102 | 7 | 0 | 76 | 37 | 103 | 55 | 57 |
| Binary | 10100011 | 10110000 | 1000010 | 111 | 0 | 111110 | 11111 | 1000011 | 101101 | 101111 |
Color Harmonies of #A3B042
Complementary color
Monochromatic Colors of #A3B042
Black with #A3B042
Text Example
Text Example
White with #A3B042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B042; }
p { color: rgb(163,176,66); }
H1.HeaderClassName
{
color: #A3B042;
}
.AnyTagClassName
{
color: #A3B042;
}
</style>
background-color css
<style>
a { background-color: #A3B042; }
a { background-color: rgb(163,176,66); }
div.DivClassName
{
background-color: #A3B042;
}
.BgClassName
{
background-color: #A3B042;
}
</style>
border-color css
<style>
span { border-color: #A3B042; }
span { border-color: rgb(163,176,66); }
td.TdClassName
{
border-color: #A3B042;
}
.TagClassName
{
border-color: #A3B042;
}
</style>