Shades of Celery #A8BD61
Tints of Celery #A8BD61
RGB
CMYK
RGB Variations
Color information
#A8BD61 (or 0xA8BD61) is known color: Celery. HEX triplet: A8, BD and 61. RGB value is (168,189,97). Sum of RGB (Red+Green+Blue) = 168+189+97=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD61 is #57429E. Grayscale: #ACACAC. Windows color (decimal): -5718687 or 6405544. OLE color: 6405544.
HSL color Cylindrical-coordinate representation of color #A8BD61: hue angle of 73.7º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8BD61 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 97 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.26 |
| HSL | 73.7º | 0.41% | 0.56% | - |
| HSV(B) | 73.7º | 0.49% | 0.74% | - |
| XYZ | 36.5 | 45.58 | 18.18 | - |
| YUV | 172.23 | 85.54 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 97 | 0.11 | 0 | 0.49 | 0.26 | 73.7 | 0.41 | 0.56 |
| Hex | A8 | BD | 61 | B | 0 | 31 | 1A | 4A | 29 | 38 |
| Octal | 250 | 275 | 141 | 13 | 0 | 61 | 32 | 112 | 51 | 70 |
| Binary | 10101000 | 10111101 | 1100001 | 1011 | 0 | 110001 | 11010 | 1001010 | 101001 | 111000 |
Color Harmonies of #A8BD61
Complementary color
Monochromatic Colors of #A8BD61
Black with #A8BD61
Text Example
Text Example
White with #A8BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD61; }
p { color: rgb(168,189,97); }
H1.HeaderClassName
{
color: #A8BD61;
}
.AnyTagClassName
{
color: #A8BD61;
}
</style>
background-color css
<style>
a { background-color: #A8BD61; }
a { background-color: rgb(168,189,97); }
div.DivClassName
{
background-color: #A8BD61;
}
.BgClassName
{
background-color: #A8BD61;
}
</style>
border-color css
<style>
span { border-color: #A8BD61; }
span { border-color: rgb(168,189,97); }
td.TdClassName
{
border-color: #A8BD61;
}
.TagClassName
{
border-color: #A8BD61;
}
</style>