Shades of Celery #A8B14D
Tints of Celery #A8B14D
RGB
CMYK
RGB Variations
Color information
#A8B14D (or 0xA8B14D) is known color: Celery. HEX triplet: A8, B1 and 4D. RGB value is (168,177,77). Sum of RGB (Red+Green+Blue) = 168+177+77=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B14D is #574EB2. Grayscale: #A3A3A3. Windows color (decimal): -5721779 or 5091752. OLE color: 5091752.
HSL color Cylindrical-coordinate representation of color #A8B14D: hue angle of 65.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8B14D is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 177 | 77 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.31 |
| HSL | 65.4º | 0.39% | 0.5% | - |
| HSV(B) | 65.4º | 0.56% | 0.69% | - |
| XYZ | 33.21 | 40.3 | 13.05 | - |
| YUV | 162.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 77 | 0.05 | 0 | 0.56 | 0.31 | 65.4 | 0.39 | 0.5 |
| Hex | A8 | B1 | 4D | 5 | 0 | 38 | 1F | 41 | 27 | 32 |
| Octal | 250 | 261 | 115 | 5 | 0 | 70 | 37 | 101 | 47 | 62 |
| Binary | 10101000 | 10110001 | 1001101 | 101 | 0 | 111000 | 11111 | 1000001 | 100111 | 110010 |
Color Harmonies of #A8B14D
Complementary color
Monochromatic Colors of #A8B14D
Black with #A8B14D
Text Example
Text Example
White with #A8B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B14D; }
p { color: rgb(168,177,77); }
H1.HeaderClassName
{
color: #A8B14D;
}
.AnyTagClassName
{
color: #A8B14D;
}
</style>
background-color css
<style>
a { background-color: #A8B14D; }
a { background-color: rgb(168,177,77); }
div.DivClassName
{
background-color: #A8B14D;
}
.BgClassName
{
background-color: #A8B14D;
}
</style>
border-color css
<style>
span { border-color: #A8B14D; }
span { border-color: rgb(168,177,77); }
td.TdClassName
{
border-color: #A8B14D;
}
.TagClassName
{
border-color: #A8B14D;
}
</style>