Shades of Celery #A8B040
Tints of Celery #A8B040
RGB
CMYK
RGB Variations
Color information
#A8B040 (or 0xA8B040) is known color: Celery. HEX triplet: A8, B0 and 40. RGB value is (168,176,64). Sum of RGB (Red+Green+Blue) = 168+176+64=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B040 is #574FBF. Grayscale: #A1A1A1. Windows color (decimal): -5722048 or 4239528. OLE color: 4239528.
HSL color Cylindrical-coordinate representation of color #A8B040: hue angle of 64.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8B040 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 64 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.31 |
| HSL | 64.29º | 0.47% | 0.47% | - |
| HSV(B) | 64.29º | 0.64% | 0.69% | - |
| XYZ | 32.6 | 39.75 | 10.8 | - |
| YUV | 160.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 64 | 0.05 | 0 | 0.64 | 0.31 | 64.29 | 0.47 | 0.47 |
| Hex | A8 | B0 | 40 | 5 | 0 | 40 | 1F | 40 | 2F | 2F |
| Octal | 250 | 260 | 100 | 5 | 0 | 100 | 37 | 100 | 57 | 57 |
| Binary | 10101000 | 10110000 | 1000000 | 101 | 0 | 1000000 | 11111 | 1000000 | 101111 | 101111 |
Color Harmonies of #A8B040
Complementary color
Monochromatic Colors of #A8B040
Black with #A8B040
Text Example
Text Example
White with #A8B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B040; }
p { color: rgb(168,176,64); }
H1.HeaderClassName
{
color: #A8B040;
}
.AnyTagClassName
{
color: #A8B040;
}
</style>
background-color css
<style>
a { background-color: #A8B040; }
a { background-color: rgb(168,176,64); }
div.DivClassName
{
background-color: #A8B040;
}
.BgClassName
{
background-color: #A8B040;
}
</style>
border-color css
<style>
span { border-color: #A8B040; }
span { border-color: rgb(168,176,64); }
td.TdClassName
{
border-color: #A8B040;
}
.TagClassName
{
border-color: #A8B040;
}
</style>