Shades of Celery #A8B54A
Tints of Celery #A8B54A
RGB
CMYK
RGB Variations
Color information
#A8B54A (or 0xA8B54A) is known color: Celery. HEX triplet: A8, B5 and 4A. RGB value is (168,181,74). Sum of RGB (Red+Green+Blue) = 168+181+74=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B54A is #574AB5. Grayscale: #A5A5A5. Windows color (decimal): -5720758 or 4896168. OLE color: 4896168.
HSL color Cylindrical-coordinate representation of color #A8B54A: hue angle of 67.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8B54A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 74 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.29 |
| HSL | 67.29º | 0.42% | 0.5% | - |
| HSV(B) | 67.29º | 0.59% | 0.71% | - |
| XYZ | 33.91 | 41.87 | 12.77 | - |
| YUV | 164.92 | 76.69 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 74 | 0.07 | 0 | 0.59 | 0.29 | 67.29 | 0.42 | 0.5 |
| Hex | A8 | B5 | 4A | 7 | 0 | 3B | 1D | 43 | 2A | 32 |
| Octal | 250 | 265 | 112 | 7 | 0 | 73 | 35 | 103 | 52 | 62 |
| Binary | 10101000 | 10110101 | 1001010 | 111 | 0 | 111011 | 11101 | 1000011 | 101010 | 110010 |
Color Harmonies of #A8B54A
Complementary color
Monochromatic Colors of #A8B54A
Black with #A8B54A
Text Example
Text Example
White with #A8B54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B54A; }
p { color: rgb(168,181,74); }
H1.HeaderClassName
{
color: #A8B54A;
}
.AnyTagClassName
{
color: #A8B54A;
}
</style>
background-color css
<style>
a { background-color: #A8B54A; }
a { background-color: rgb(168,181,74); }
div.DivClassName
{
background-color: #A8B54A;
}
.BgClassName
{
background-color: #A8B54A;
}
</style>
border-color css
<style>
span { border-color: #A8B54A; }
span { border-color: rgb(168,181,74); }
td.TdClassName
{
border-color: #A8B54A;
}
.TagClassName
{
border-color: #A8B54A;
}
</style>