Shades of Celery #A8B449
Tints of Celery #A8B449
RGB
CMYK
RGB Variations
Color information
#A8B449 (or 0xA8B449) is known color: Celery. HEX triplet: A8, B4 and 49. RGB value is (168,180,73). Sum of RGB (Red+Green+Blue) = 168+180+73=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B449 is #574BB6. Grayscale: #A4A4A4. Windows color (decimal): -5721015 or 4830376. OLE color: 4830376.
HSL color Cylindrical-coordinate representation of color #A8B449: hue angle of 66.73º 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 #A8B449 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 73 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.29 |
| HSL | 66.73º | 0.42% | 0.5% | - |
| HSV(B) | 66.73º | 0.59% | 0.71% | - |
| XYZ | 33.67 | 41.45 | 12.53 | - |
| YUV | 164.21 | 76.52 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 73 | 0.07 | 0 | 0.59 | 0.29 | 66.73 | 0.42 | 0.5 |
| Hex | A8 | B4 | 49 | 7 | 0 | 3B | 1D | 43 | 2A | 32 |
| Octal | 250 | 264 | 111 | 7 | 0 | 73 | 35 | 103 | 52 | 62 |
| Binary | 10101000 | 10110100 | 1001001 | 111 | 0 | 111011 | 11101 | 1000011 | 101010 | 110010 |
Color Harmonies of #A8B449
Complementary color
Monochromatic Colors of #A8B449
Black with #A8B449
Text Example
Text Example
White with #A8B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B449; }
p { color: rgb(168,180,73); }
H1.HeaderClassName
{
color: #A8B449;
}
.AnyTagClassName
{
color: #A8B449;
}
</style>
background-color css
<style>
a { background-color: #A8B449; }
a { background-color: rgb(168,180,73); }
div.DivClassName
{
background-color: #A8B449;
}
.BgClassName
{
background-color: #A8B449;
}
</style>
border-color css
<style>
span { border-color: #A8B449; }
span { border-color: rgb(168,180,73); }
td.TdClassName
{
border-color: #A8B449;
}
.TagClassName
{
border-color: #A8B449;
}
</style>