Shades of Celery #A7BA40
Tints of Celery #A7BA40
RGB
CMYK
RGB Variations
Color information
#A7BA40 (or 0xA7BA40) is known color: Celery. HEX triplet: A7, BA and 40. RGB value is (167,186,64). Sum of RGB (Red+Green+Blue) = 167+186+64=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BA40 is #5845BF. Grayscale: #A6A6A6. Windows color (decimal): -5785024 or 4242087. OLE color: 4242087.
HSL color Cylindrical-coordinate representation of color #A7BA40: hue angle of 69.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7BA40 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 64 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.27 |
| HSL | 69.34º | 0.49% | 0.49% | - |
| HSV(B) | 69.34º | 0.66% | 0.73% | - |
| XYZ | 34.42 | 43.7 | 11.47 | - |
| YUV | 166.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 64 | 0.10 | 0 | 0.66 | 0.27 | 69.34 | 0.49 | 0.49 |
| Hex | A7 | BA | 40 | A | 0 | 42 | 1B | 45 | 31 | 31 |
| Octal | 247 | 272 | 100 | 12 | 0 | 102 | 33 | 105 | 61 | 61 |
| Binary | 10100111 | 10111010 | 1000000 | 1010 | 0 | 1000010 | 11011 | 1000101 | 110001 | 110001 |
Color Harmonies of #A7BA40
Complementary color
Monochromatic Colors of #A7BA40
Black with #A7BA40
Text Example
Text Example
White with #A7BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA40; }
p { color: rgb(167,186,64); }
H1.HeaderClassName
{
color: #A7BA40;
}
.AnyTagClassName
{
color: #A7BA40;
}
</style>
background-color css
<style>
a { background-color: #A7BA40; }
a { background-color: rgb(167,186,64); }
div.DivClassName
{
background-color: #A7BA40;
}
.BgClassName
{
background-color: #A7BA40;
}
</style>
border-color css
<style>
span { border-color: #A7BA40; }
span { border-color: rgb(167,186,64); }
td.TdClassName
{
border-color: #A7BA40;
}
.TagClassName
{
border-color: #A7BA40;
}
</style>