Shades of Celery #A8BD51
Tints of Celery #A8BD51
RGB
CMYK
RGB Variations
Color information
#A8BD51 (or 0xA8BD51) is known color: Celery. HEX triplet: A8, BD and 51. RGB value is (168,189,81). Sum of RGB (Red+Green+Blue) = 168+189+81=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 81 (32.03% from 255 or 18.49% from 438); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD51 is #5742AE. Grayscale: #AAAAAA. Windows color (decimal): -5718703 or 5356968. OLE color: 5356968.
HSL color Cylindrical-coordinate representation of color #A8BD51: hue angle of 71.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8BD51 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 81 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.26 |
| HSL | 71.67º | 0.45% | 0.53% | - |
| HSV(B) | 71.67º | 0.57% | 0.74% | - |
| XYZ | 35.83 | 45.31 | 14.64 | - |
| YUV | 170.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 81 | 0.11 | 0 | 0.57 | 0.26 | 71.67 | 0.45 | 0.53 |
| Hex | A8 | BD | 51 | B | 0 | 39 | 1A | 48 | 2D | 35 |
| Octal | 250 | 275 | 121 | 13 | 0 | 71 | 32 | 110 | 55 | 65 |
| Binary | 10101000 | 10111101 | 1010001 | 1011 | 0 | 111001 | 11010 | 1001000 | 101101 | 110101 |
Color Harmonies of #A8BD51
Complementary color
Monochromatic Colors of #A8BD51
Black with #A8BD51
Text Example
Text Example
White with #A8BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD51; }
p { color: rgb(168,189,81); }
H1.HeaderClassName
{
color: #A8BD51;
}
.AnyTagClassName
{
color: #A8BD51;
}
</style>
background-color css
<style>
a { background-color: #A8BD51; }
a { background-color: rgb(168,189,81); }
div.DivClassName
{
background-color: #A8BD51;
}
.BgClassName
{
background-color: #A8BD51;
}
</style>
border-color css
<style>
span { border-color: #A8BD51; }
span { border-color: rgb(168,189,81); }
td.TdClassName
{
border-color: #A8BD51;
}
.TagClassName
{
border-color: #A8BD51;
}
</style>