Shades of Celery #A7BD50
Tints of Celery #A7BD50
RGB
CMYK
RGB Variations
Color information
#A7BD50 (or 0xA7BD50) is known color: Celery. HEX triplet: A7, BD and 50. RGB value is (167,189,80). Sum of RGB (Red+Green+Blue) = 167+189+80=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BD50 is #5842AF. Grayscale: #AAAAAA. Windows color (decimal): -5784240 or 5291431. OLE color: 5291431.
HSL color Cylindrical-coordinate representation of color #A7BD50: hue angle of 72.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7BD50 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 80 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.26 |
| HSL | 72.11º | 0.45% | 0.53% | - |
| HSV(B) | 72.11º | 0.58% | 0.74% | - |
| XYZ | 35.58 | 45.19 | 14.44 | - |
| YUV | 170 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 80 | 0.12 | 0 | 0.58 | 0.26 | 72.11 | 0.45 | 0.53 |
| Hex | A7 | BD | 50 | C | 0 | 3A | 1A | 48 | 2D | 35 |
| Octal | 247 | 275 | 120 | 14 | 0 | 72 | 32 | 110 | 55 | 65 |
| Binary | 10100111 | 10111101 | 1010000 | 1100 | 0 | 111010 | 11010 | 1001000 | 101101 | 110101 |
Color Harmonies of #A7BD50
Complementary color
Monochromatic Colors of #A7BD50
Black with #A7BD50
Text Example
Text Example
White with #A7BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BD50; }
p { color: rgb(167,189,80); }
H1.HeaderClassName
{
color: #A7BD50;
}
.AnyTagClassName
{
color: #A7BD50;
}
</style>
background-color css
<style>
a { background-color: #A7BD50; }
a { background-color: rgb(167,189,80); }
div.DivClassName
{
background-color: #A7BD50;
}
.BgClassName
{
background-color: #A7BD50;
}
</style>
border-color css
<style>
span { border-color: #A7BD50; }
span { border-color: rgb(167,189,80); }
td.TdClassName
{
border-color: #A7BD50;
}
.TagClassName
{
border-color: #A7BD50;
}
</style>