Shades of Celery #A7BF60
Tints of Celery #A7BF60
RGB
CMYK
RGB Variations
Color information
#A7BF60 (or 0xA7BF60) is known color: Celery. HEX triplet: A7, BF and 60. RGB value is (167,191,96). Sum of RGB (Red+Green+Blue) = 167+191+96=454 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.78% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7BF60 is #58409F. Grayscale: #ADADAD. Windows color (decimal): -5783712 or 6340519. OLE color: 6340519.
HSL color Cylindrical-coordinate representation of color #A7BF60: hue angle of 75.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A7BF60 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 191 | 96 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.25 |
| HSL | 75.16º | 0.43% | 0.56% | - |
| HSV(B) | 75.16º | 0.5% | 0.75% | - |
| XYZ | 36.68 | 46.32 | 18.07 | - |
| YUV | 172.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 191 | 96 | 0.13 | 0 | 0.50 | 0.25 | 75.16 | 0.43 | 0.56 |
| Hex | A7 | BF | 60 | D | 0 | 32 | 19 | 4B | 2B | 38 |
| Octal | 247 | 277 | 140 | 15 | 0 | 62 | 31 | 113 | 53 | 70 |
| Binary | 10100111 | 10111111 | 1100000 | 1101 | 0 | 110010 | 11001 | 1001011 | 101011 | 111000 |
Color Harmonies of #A7BF60
Complementary color
Monochromatic Colors of #A7BF60
Black with #A7BF60
Text Example
Text Example
White with #A7BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BF60; }
p { color: rgb(167,191,96); }
H1.HeaderClassName
{
color: #A7BF60;
}
.AnyTagClassName
{
color: #A7BF60;
}
</style>
background-color css
<style>
a { background-color: #A7BF60; }
a { background-color: rgb(167,191,96); }
div.DivClassName
{
background-color: #A7BF60;
}
.BgClassName
{
background-color: #A7BF60;
}
</style>
border-color css
<style>
span { border-color: #A7BF60; }
span { border-color: rgb(167,191,96); }
td.TdClassName
{
border-color: #A7BF60;
}
.TagClassName
{
border-color: #A7BF60;
}
</style>