Shades of Celery #A8B047
Tints of Celery #A8B047
RGB
CMYK
RGB Variations
Color information
#A8B047 (or 0xA8B047) is known color: Celery. HEX triplet: A8, B0 and 47. RGB value is (168,176,71). Sum of RGB (Red+Green+Blue) = 168+176+71=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B047 is #574FB8. Grayscale: #A2A2A2. Windows color (decimal): -5722041 or 4698280. OLE color: 4698280.
HSL color Cylindrical-coordinate representation of color #A8B047: hue angle of 64.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8B047 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 71 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.31 |
| HSL | 64.57º | 0.43% | 0.48% | - |
| HSV(B) | 64.57º | 0.6% | 0.69% | - |
| XYZ | 32.81 | 39.83 | 11.92 | - |
| YUV | 161.64 | 76.85 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 71 | 0.05 | 0 | 0.60 | 0.31 | 64.57 | 0.43 | 0.48 |
| Hex | A8 | B0 | 47 | 5 | 0 | 3C | 1F | 41 | 2B | 30 |
| Octal | 250 | 260 | 107 | 5 | 0 | 74 | 37 | 101 | 53 | 60 |
| Binary | 10101000 | 10110000 | 1000111 | 101 | 0 | 111100 | 11111 | 1000001 | 101011 | 110000 |
Color Harmonies of #A8B047
Complementary color
Monochromatic Colors of #A8B047
Black with #A8B047
Text Example
Text Example
White with #A8B047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B047; }
p { color: rgb(168,176,71); }
H1.HeaderClassName
{
color: #A8B047;
}
.AnyTagClassName
{
color: #A8B047;
}
</style>
background-color css
<style>
a { background-color: #A8B047; }
a { background-color: rgb(168,176,71); }
div.DivClassName
{
background-color: #A8B047;
}
.BgClassName
{
background-color: #A8B047;
}
</style>
border-color css
<style>
span { border-color: #A8B047; }
span { border-color: rgb(168,176,71); }
td.TdClassName
{
border-color: #A8B047;
}
.TagClassName
{
border-color: #A8B047;
}
</style>