Shades of Celery #A8B042
Tints of Celery #A8B042
RGB
CMYK
RGB Variations
Color information
#A8B042 (or 0xA8B042) is known color: Celery. HEX triplet: A8, B0 and 42. RGB value is (168,176,66). Sum of RGB (Red+Green+Blue) = 168+176+66=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B042 is #574FBD. Grayscale: #A1A1A1. Windows color (decimal): -5722046 or 4370600. OLE color: 4370600.
HSL color Cylindrical-coordinate representation of color #A8B042: hue angle of 64.36º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8B042 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 176 | 66 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.31 |
| HSL | 64.36º | 0.45% | 0.47% | - |
| HSV(B) | 64.36º | 0.63% | 0.69% | - |
| XYZ | 32.66 | 39.77 | 11.11 | - |
| YUV | 161.07 | 74.35 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 176 | 66 | 0.05 | 0 | 0.62 | 0.31 | 64.36 | 0.45 | 0.47 |
| Hex | A8 | B0 | 42 | 5 | 0 | 3E | 1F | 40 | 2D | 2F |
| Octal | 250 | 260 | 102 | 5 | 0 | 76 | 37 | 100 | 55 | 57 |
| Binary | 10101000 | 10110000 | 1000010 | 101 | 0 | 111110 | 11111 | 1000000 | 101101 | 101111 |
Color Harmonies of #A8B042
Complementary color
Monochromatic Colors of #A8B042
Black with #A8B042
Text Example
Text Example
White with #A8B042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B042; }
p { color: rgb(168,176,66); }
H1.HeaderClassName
{
color: #A8B042;
}
.AnyTagClassName
{
color: #A8B042;
}
</style>
background-color css
<style>
a { background-color: #A8B042; }
a { background-color: rgb(168,176,66); }
div.DivClassName
{
background-color: #A8B042;
}
.BgClassName
{
background-color: #A8B042;
}
</style>
border-color css
<style>
span { border-color: #A8B042; }
span { border-color: rgb(168,176,66); }
td.TdClassName
{
border-color: #A8B042;
}
.TagClassName
{
border-color: #A8B042;
}
</style>