Shades of Celery #A8BD58
Tints of Celery #A8BD58
RGB
CMYK
RGB Variations
Color information
#A8BD58 (or 0xA8BD58) is known color: Celery. HEX triplet: A8, BD and 58. RGB value is (168,189,88). Sum of RGB (Red+Green+Blue) = 168+189+88=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BD58 is #5742A7. Grayscale: #ABABAB. Windows color (decimal): -5718696 or 5815720. OLE color: 5815720.
HSL color Cylindrical-coordinate representation of color #A8BD58: hue angle of 72.48º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8BD58 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 88 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.26 |
| HSL | 72.48º | 0.43% | 0.54% | - |
| HSV(B) | 72.48º | 0.53% | 0.74% | - |
| XYZ | 36.11 | 45.42 | 16.1 | - |
| YUV | 171.21 | 81.04 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 88 | 0.11 | 0 | 0.53 | 0.26 | 72.48 | 0.43 | 0.54 |
| Hex | A8 | BD | 58 | B | 0 | 35 | 1A | 48 | 2B | 36 |
| Octal | 250 | 275 | 130 | 13 | 0 | 65 | 32 | 110 | 53 | 66 |
| Binary | 10101000 | 10111101 | 1011000 | 1011 | 0 | 110101 | 11010 | 1001000 | 101011 | 110110 |
Color Harmonies of #A8BD58
Complementary color
Monochromatic Colors of #A8BD58
Black with #A8BD58
Text Example
Text Example
White with #A8BD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD58; }
p { color: rgb(168,189,88); }
H1.HeaderClassName
{
color: #A8BD58;
}
.AnyTagClassName
{
color: #A8BD58;
}
</style>
background-color css
<style>
a { background-color: #A8BD58; }
a { background-color: rgb(168,189,88); }
div.DivClassName
{
background-color: #A8BD58;
}
.BgClassName
{
background-color: #A8BD58;
}
</style>
border-color css
<style>
span { border-color: #A8BD58; }
span { border-color: rgb(168,189,88); }
td.TdClassName
{
border-color: #A8BD58;
}
.TagClassName
{
border-color: #A8BD58;
}
</style>