Shades of Celery #A8C05B
Tints of Celery #A8C05B
RGB
CMYK
RGB Variations
Color information
#A8C05B (or 0xA8C05B) is known color: Celery. HEX triplet: A8, C0 and 5B. RGB value is (168,192,91). Sum of RGB (Red+Green+Blue) = 168+192+91=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C05B is #573FA4. Grayscale: #ADADAD. Windows color (decimal): -5717925 or 6013096. OLE color: 6013096.
HSL color Cylindrical-coordinate representation of color #A8C05B: hue angle of 74.26º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8C05B is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 91 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.25 |
| HSL | 74.26º | 0.44% | 0.55% | - |
| HSV(B) | 74.26º | 0.53% | 0.75% | - |
| XYZ | 36.89 | 46.78 | 16.98 | - |
| YUV | 173.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 91 | 0.12 | 0 | 0.53 | 0.25 | 74.26 | 0.44 | 0.55 |
| Hex | A8 | C0 | 5B | C | 0 | 35 | 19 | 4A | 2C | 37 |
| Octal | 250 | 300 | 133 | 14 | 0 | 65 | 31 | 112 | 54 | 67 |
| Binary | 10101000 | 11000000 | 1011011 | 1100 | 0 | 110101 | 11001 | 1001010 | 101100 | 110111 |
Color Harmonies of #A8C05B
Complementary color
Monochromatic Colors of #A8C05B
Black with #A8C05B
Text Example
Text Example
White with #A8C05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C05B; }
p { color: rgb(168,192,91); }
H1.HeaderClassName
{
color: #A8C05B;
}
.AnyTagClassName
{
color: #A8C05B;
}
</style>
background-color css
<style>
a { background-color: #A8C05B; }
a { background-color: rgb(168,192,91); }
div.DivClassName
{
background-color: #A8C05B;
}
.BgClassName
{
background-color: #A8C05B;
}
</style>
border-color css
<style>
span { border-color: #A8C05B; }
span { border-color: rgb(168,192,91); }
td.TdClassName
{
border-color: #A8C05B;
}
.TagClassName
{
border-color: #A8C05B;
}
</style>