Shades of Celery #A8BC38
Tints of Celery #A8BC38
RGB
CMYK
RGB Variations
Color information
#A8BC38 (or 0xA8BC38) is known color: Celery. HEX triplet: A8, BC and 38. RGB value is (168,188,56). Sum of RGB (Red+Green+Blue) = 168+188+56=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC38 is #5743C7. Grayscale: #A7A7A7. Windows color (decimal): -5718984 or 3718312. OLE color: 3718312.
HSL color Cylindrical-coordinate representation of color #A8BC38: hue angle of 69.09º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8BC38 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 56 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.26 |
| HSL | 69.09º | 0.54% | 0.48% | - |
| HSV(B) | 69.09º | 0.7% | 0.74% | - |
| XYZ | 34.85 | 44.58 | 10.51 | - |
| YUV | 166.97 | 65.37 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 56 | 0.11 | 0 | 0.70 | 0.26 | 69.09 | 0.54 | 0.48 |
| Hex | A8 | BC | 38 | B | 0 | 46 | 1A | 45 | 36 | 30 |
| Octal | 250 | 274 | 70 | 13 | 0 | 106 | 32 | 105 | 66 | 60 |
| Binary | 10101000 | 10111100 | 111000 | 1011 | 0 | 1000110 | 11010 | 1000101 | 110110 | 110000 |
Color Harmonies of #A8BC38
Complementary color
Monochromatic Colors of #A8BC38
Black with #A8BC38
Text Example
Text Example
White with #A8BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC38; }
p { color: rgb(168,188,56); }
H1.HeaderClassName
{
color: #A8BC38;
}
.AnyTagClassName
{
color: #A8BC38;
}
</style>
background-color css
<style>
a { background-color: #A8BC38; }
a { background-color: rgb(168,188,56); }
div.DivClassName
{
background-color: #A8BC38;
}
.BgClassName
{
background-color: #A8BC38;
}
</style>
border-color css
<style>
span { border-color: #A8BC38; }
span { border-color: rgb(168,188,56); }
td.TdClassName
{
border-color: #A8BC38;
}
.TagClassName
{
border-color: #A8BC38;
}
</style>