Shades of Celery #A8B350
Tints of Celery #A8B350
RGB
CMYK
RGB Variations
Color information
#A8B350 (or 0xA8B350) is known color: Celery. HEX triplet: A8, B3 and 50. RGB value is (168,179,80). Sum of RGB (Red+Green+Blue) = 168+179+80=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B350 is #574CAF. Grayscale: #A4A4A4. Windows color (decimal): -5721264 or 5288872. OLE color: 5288872.
HSL color Cylindrical-coordinate representation of color #A8B350: hue angle of 66.67º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8B350 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 179 | 80 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.30 |
| HSL | 66.67º | 0.39% | 0.51% | - |
| HSV(B) | 66.67º | 0.55% | 0.7% | - |
| XYZ | 33.72 | 41.14 | 13.75 | - |
| YUV | 164.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 80 | 0.06 | 0 | 0.55 | 0.30 | 66.67 | 0.39 | 0.51 |
| Hex | A8 | B3 | 50 | 6 | 0 | 37 | 1E | 43 | 27 | 33 |
| Octal | 250 | 263 | 120 | 6 | 0 | 67 | 36 | 103 | 47 | 63 |
| Binary | 10101000 | 10110011 | 1010000 | 110 | 0 | 110111 | 11110 | 1000011 | 100111 | 110011 |
Color Harmonies of #A8B350
Complementary color
Monochromatic Colors of #A8B350
Black with #A8B350
Text Example
Text Example
White with #A8B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B350; }
p { color: rgb(168,179,80); }
H1.HeaderClassName
{
color: #A8B350;
}
.AnyTagClassName
{
color: #A8B350;
}
</style>
background-color css
<style>
a { background-color: #A8B350; }
a { background-color: rgb(168,179,80); }
div.DivClassName
{
background-color: #A8B350;
}
.BgClassName
{
background-color: #A8B350;
}
</style>
border-color css
<style>
span { border-color: #A8B350; }
span { border-color: rgb(168,179,80); }
td.TdClassName
{
border-color: #A8B350;
}
.TagClassName
{
border-color: #A8B350;
}
</style>