Shades of Celery #A8B048
Tints of Celery #A8B048
RGB
CMYK
RGB Variations
Color information
#A8B048 (or 0xA8B048) is known color: Celery. HEX triplet: A8, B0 and 48. RGB value is (168,176,72). Sum of RGB (Red+Green+Blue) = 168+176+72=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B048 is #574FB7. Grayscale: #A2A2A2. Windows color (decimal): -5722040 or 4763816. OLE color: 4763816.
HSL color Cylindrical-coordinate representation of color #A8B048: hue angle of 64.62º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8B048 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 72 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.31 |
| HSL | 64.62º | 0.42% | 0.49% | - |
| HSV(B) | 64.62º | 0.59% | 0.69% | - |
| XYZ | 32.84 | 39.84 | 12.09 | - |
| YUV | 161.75 | 77.35 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 72 | 0.05 | 0 | 0.59 | 0.31 | 64.62 | 0.42 | 0.49 |
| Hex | A8 | B0 | 48 | 5 | 0 | 3B | 1F | 41 | 2A | 31 |
| Octal | 250 | 260 | 110 | 5 | 0 | 73 | 37 | 101 | 52 | 61 |
| Binary | 10101000 | 10110000 | 1001000 | 101 | 0 | 111011 | 11111 | 1000001 | 101010 | 110001 |
Color Harmonies of #A8B048
Complementary color
Monochromatic Colors of #A8B048
Black with #A8B048
Text Example
Text Example
White with #A8B048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B048; }
p { color: rgb(168,176,72); }
H1.HeaderClassName
{
color: #A8B048;
}
.AnyTagClassName
{
color: #A8B048;
}
</style>
background-color css
<style>
a { background-color: #A8B048; }
a { background-color: rgb(168,176,72); }
div.DivClassName
{
background-color: #A8B048;
}
.BgClassName
{
background-color: #A8B048;
}
</style>
border-color css
<style>
span { border-color: #A8B048; }
span { border-color: rgb(168,176,72); }
td.TdClassName
{
border-color: #A8B048;
}
.TagClassName
{
border-color: #A8B048;
}
</style>