Shades of Celery #A8BC5C
Tints of Celery #A8BC5C
RGB
CMYK
RGB Variations
Color information
#A8BC5C (or 0xA8BC5C) is known color: Celery. HEX triplet: A8, BC and 5C. RGB value is (168,188,92). Sum of RGB (Red+Green+Blue) = 168+188+92=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BC5C is #5743A3. Grayscale: #ABABAB. Windows color (decimal): -5718948 or 6077608. OLE color: 6077608.
HSL color Cylindrical-coordinate representation of color #A8BC5C: hue angle of 72.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8BC5C is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 92 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.26 |
| HSL | 72.5º | 0.42% | 0.55% | - |
| HSV(B) | 72.5º | 0.51% | 0.74% | - |
| XYZ | 36.06 | 45.06 | 16.92 | - |
| YUV | 171.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 92 | 0.11 | 0 | 0.51 | 0.26 | 72.5 | 0.42 | 0.55 |
| Hex | A8 | BC | 5C | B | 0 | 33 | 1A | 48 | 2A | 37 |
| Octal | 250 | 274 | 134 | 13 | 0 | 63 | 32 | 110 | 52 | 67 |
| Binary | 10101000 | 10111100 | 1011100 | 1011 | 0 | 110011 | 11010 | 1001000 | 101010 | 110111 |
Color Harmonies of #A8BC5C
Complementary color
Monochromatic Colors of #A8BC5C
Black with #A8BC5C
Text Example
Text Example
White with #A8BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC5C; }
p { color: rgb(168,188,92); }
H1.HeaderClassName
{
color: #A8BC5C;
}
.AnyTagClassName
{
color: #A8BC5C;
}
</style>
background-color css
<style>
a { background-color: #A8BC5C; }
a { background-color: rgb(168,188,92); }
div.DivClassName
{
background-color: #A8BC5C;
}
.BgClassName
{
background-color: #A8BC5C;
}
</style>
border-color css
<style>
span { border-color: #A8BC5C; }
span { border-color: rgb(168,188,92); }
td.TdClassName
{
border-color: #A8BC5C;
}
.TagClassName
{
border-color: #A8BC5C;
}
</style>