Shades of Celery #A7B946
Tints of Celery #A7B946
RGB
CMYK
RGB Variations
Color information
#A7B946 (or 0xA7B946) is known color: Celery. HEX triplet: A7, B9 and 46. RGB value is (167,185,70). Sum of RGB (Red+Green+Blue) = 167+185+70=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B946 is #5846B9. Grayscale: #A6A6A6. Windows color (decimal): -5785274 or 4635047. OLE color: 4635047.
HSL color Cylindrical-coordinate representation of color #A7B946: hue angle of 69.39º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7B946 is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 70 | - |
| CMYK | 0.10 | 0 | 0.62 | 0.27 |
| HSL | 69.39º | 0.45% | 0.5% | - |
| HSV(B) | 69.39º | 0.62% | 0.73% | - |
| XYZ | 34.39 | 43.36 | 12.35 | - |
| YUV | 166.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 70 | 0.10 | 0 | 0.62 | 0.27 | 69.39 | 0.45 | 0.5 |
| Hex | A7 | B9 | 46 | A | 0 | 3E | 1B | 45 | 2D | 32 |
| Octal | 247 | 271 | 106 | 12 | 0 | 76 | 33 | 105 | 55 | 62 |
| Binary | 10100111 | 10111001 | 1000110 | 1010 | 0 | 111110 | 11011 | 1000101 | 101101 | 110010 |
Color Harmonies of #A7B946
Complementary color
Monochromatic Colors of #A7B946
Black with #A7B946
Text Example
Text Example
White with #A7B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B946; }
p { color: rgb(167,185,70); }
H1.HeaderClassName
{
color: #A7B946;
}
.AnyTagClassName
{
color: #A7B946;
}
</style>
background-color css
<style>
a { background-color: #A7B946; }
a { background-color: rgb(167,185,70); }
div.DivClassName
{
background-color: #A7B946;
}
.BgClassName
{
background-color: #A7B946;
}
</style>
border-color css
<style>
span { border-color: #A7B946; }
span { border-color: rgb(167,185,70); }
td.TdClassName
{
border-color: #A7B946;
}
.TagClassName
{
border-color: #A7B946;
}
</style>