Shades of Celery #A8BD38
Tints of Celery #A8BD38
RGB
CMYK
RGB Variations
Color information
#A8BD38 (or 0xA8BD38) is known color: Celery. HEX triplet: A8, BD and 38. RGB value is (168,189,56). Sum of RGB (Red+Green+Blue) = 168+189+56=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BD38 is #5742C7. Grayscale: #A8A8A8. Windows color (decimal): -5718728 or 3718568. OLE color: 3718568.
HSL color Cylindrical-coordinate representation of color #A8BD38: hue angle of 69.47º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8BD38 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 189 | 56 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.26 |
| HSL | 69.47º | 0.54% | 0.48% | - |
| HSV(B) | 69.47º | 0.7% | 0.74% | - |
| XYZ | 35.06 | 45.01 | 10.58 | - |
| YUV | 167.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 56 | 0.11 | 0 | 0.70 | 0.26 | 69.47 | 0.54 | 0.48 |
| Hex | A8 | BD | 38 | B | 0 | 46 | 1A | 45 | 36 | 30 |
| Octal | 250 | 275 | 70 | 13 | 0 | 106 | 32 | 105 | 66 | 60 |
| Binary | 10101000 | 10111101 | 111000 | 1011 | 0 | 1000110 | 11010 | 1000101 | 110110 | 110000 |
Color Harmonies of #A8BD38
Complementary color
Monochromatic Colors of #A8BD38
Black with #A8BD38
Text Example
Text Example
White with #A8BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BD38; }
p { color: rgb(168,189,56); }
H1.HeaderClassName
{
color: #A8BD38;
}
.AnyTagClassName
{
color: #A8BD38;
}
</style>
background-color css
<style>
a { background-color: #A8BD38; }
a { background-color: rgb(168,189,56); }
div.DivClassName
{
background-color: #A8BD38;
}
.BgClassName
{
background-color: #A8BD38;
}
</style>
border-color css
<style>
span { border-color: #A8BD38; }
span { border-color: rgb(168,189,56); }
td.TdClassName
{
border-color: #A8BD38;
}
.TagClassName
{
border-color: #A8BD38;
}
</style>