Shades of Celery #A8B755
Tints of Celery #A8B755
RGB
CMYK
RGB Variations
Color information
#A8B755 (or 0xA8B755) is known color: Celery. HEX triplet: A8, B7 and 55. RGB value is (168,183,85). Sum of RGB (Red+Green+Blue) = 168+183+85=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B755 is #5748AA. Grayscale: #A7A7A7. Windows color (decimal): -5720235 or 5617576. OLE color: 5617576.
HSL color Cylindrical-coordinate representation of color #A8B755: hue angle of 69.18º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8B755 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 85 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.28 |
| HSL | 69.18º | 0.4% | 0.53% | - |
| HSV(B) | 69.18º | 0.54% | 0.72% | - |
| XYZ | 34.72 | 42.85 | 15.03 | - |
| YUV | 167.34 | 81.53 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 85 | 0.08 | 0 | 0.54 | 0.28 | 69.18 | 0.4 | 0.53 |
| Hex | A8 | B7 | 55 | 8 | 0 | 36 | 1C | 45 | 28 | 35 |
| Octal | 250 | 267 | 125 | 10 | 0 | 66 | 34 | 105 | 50 | 65 |
| Binary | 10101000 | 10110111 | 1010101 | 1000 | 0 | 110110 | 11100 | 1000101 | 101000 | 110101 |
Color Harmonies of #A8B755
Complementary color
Monochromatic Colors of #A8B755
Black with #A8B755
Text Example
Text Example
White with #A8B755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B755; }
p { color: rgb(168,183,85); }
H1.HeaderClassName
{
color: #A8B755;
}
.AnyTagClassName
{
color: #A8B755;
}
</style>
background-color css
<style>
a { background-color: #A8B755; }
a { background-color: rgb(168,183,85); }
div.DivClassName
{
background-color: #A8B755;
}
.BgClassName
{
background-color: #A8B755;
}
</style>
border-color css
<style>
span { border-color: #A8B755; }
span { border-color: rgb(168,183,85); }
td.TdClassName
{
border-color: #A8B755;
}
.TagClassName
{
border-color: #A8B755;
}
</style>