Shades of Celery #A8B650
Tints of Celery #A8B650
RGB
CMYK
RGB Variations
Color information
#A8B650 (or 0xA8B650) is known color: Celery. HEX triplet: A8, B6 and 50. RGB value is (168,182,80). Sum of RGB (Red+Green+Blue) = 168+182+80=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B650 is #5749AF. Grayscale: #A6A6A6. Windows color (decimal): -5720496 or 5289640. OLE color: 5289640.
HSL color Cylindrical-coordinate representation of color #A8B650: hue angle of 68.24º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8B650 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 80 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.29 |
| HSL | 68.24º | 0.41% | 0.51% | - |
| HSV(B) | 68.24º | 0.56% | 0.71% | - |
| XYZ | 34.32 | 42.36 | 13.96 | - |
| YUV | 166.19 | 79.36 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 80 | 0.08 | 0 | 0.56 | 0.29 | 68.24 | 0.41 | 0.51 |
| Hex | A8 | B6 | 50 | 8 | 0 | 38 | 1D | 44 | 29 | 33 |
| Octal | 250 | 266 | 120 | 10 | 0 | 70 | 35 | 104 | 51 | 63 |
| Binary | 10101000 | 10110110 | 1010000 | 1000 | 0 | 111000 | 11101 | 1000100 | 101001 | 110011 |
Color Harmonies of #A8B650
Complementary color
Monochromatic Colors of #A8B650
Black with #A8B650
Text Example
Text Example
White with #A8B650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B650; }
p { color: rgb(168,182,80); }
H1.HeaderClassName
{
color: #A8B650;
}
.AnyTagClassName
{
color: #A8B650;
}
</style>
background-color css
<style>
a { background-color: #A8B650; }
a { background-color: rgb(168,182,80); }
div.DivClassName
{
background-color: #A8B650;
}
.BgClassName
{
background-color: #A8B650;
}
</style>
border-color css
<style>
span { border-color: #A8B650; }
span { border-color: rgb(168,182,80); }
td.TdClassName
{
border-color: #A8B650;
}
.TagClassName
{
border-color: #A8B650;
}
</style>