Shades of Celery #A8BB41
Tints of Celery #A8BB41
RGB
CMYK
RGB Variations
Color information
#A8BB41 (or 0xA8BB41) is known color: Celery. HEX triplet: A8, BB and 41. RGB value is (168,187,65). Sum of RGB (Red+Green+Blue) = 168+187+65=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB41 is #5744BE. Grayscale: #A7A7A7. Windows color (decimal): -5719231 or 4307880. OLE color: 4307880.
HSL color Cylindrical-coordinate representation of color #A8BB41: hue angle of 69.34º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8BB41 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 65 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.27 |
| HSL | 69.34º | 0.48% | 0.49% | - |
| HSV(B) | 69.34º | 0.65% | 0.73% | - |
| XYZ | 34.87 | 44.25 | 11.7 | - |
| YUV | 167.41 | 70.21 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 65 | 0.10 | 0 | 0.65 | 0.27 | 69.34 | 0.48 | 0.49 |
| Hex | A8 | BB | 41 | A | 0 | 41 | 1B | 45 | 30 | 31 |
| Octal | 250 | 273 | 101 | 12 | 0 | 101 | 33 | 105 | 60 | 61 |
| Binary | 10101000 | 10111011 | 1000001 | 1010 | 0 | 1000001 | 11011 | 1000101 | 110000 | 110001 |
Color Harmonies of #A8BB41
Complementary color
Monochromatic Colors of #A8BB41
Black with #A8BB41
Text Example
Text Example
White with #A8BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB41; }
p { color: rgb(168,187,65); }
H1.HeaderClassName
{
color: #A8BB41;
}
.AnyTagClassName
{
color: #A8BB41;
}
</style>
background-color css
<style>
a { background-color: #A8BB41; }
a { background-color: rgb(168,187,65); }
div.DivClassName
{
background-color: #A8BB41;
}
.BgClassName
{
background-color: #A8BB41;
}
</style>
border-color css
<style>
span { border-color: #A8BB41; }
span { border-color: rgb(168,187,65); }
td.TdClassName
{
border-color: #A8BB41;
}
.TagClassName
{
border-color: #A8BB41;
}
</style>