Shades of Celery #A8B941
Tints of Celery #A8B941
RGB
CMYK
RGB Variations
Color information
#A8B941 (or 0xA8B941) is known color: Celery. HEX triplet: A8, B9 and 41. RGB value is (168,185,65). Sum of RGB (Red+Green+Blue) = 168+185+65=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B941 is #5746BE. Grayscale: #A6A6A6. Windows color (decimal): -5719743 or 4307368. OLE color: 4307368.
HSL color Cylindrical-coordinate representation of color #A8B941: hue angle of 68.5º 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 #A8B941 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 65 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.27 |
| HSL | 68.5º | 0.48% | 0.49% | - |
| HSV(B) | 68.5º | 0.65% | 0.73% | - |
| XYZ | 34.45 | 43.4 | 11.56 | - |
| YUV | 166.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 65 | 0.09 | 0 | 0.65 | 0.27 | 68.5 | 0.48 | 0.49 |
| Hex | A8 | B9 | 41 | 9 | 0 | 41 | 1B | 44 | 30 | 31 |
| Octal | 250 | 271 | 101 | 11 | 0 | 101 | 33 | 104 | 60 | 61 |
| Binary | 10101000 | 10111001 | 1000001 | 1001 | 0 | 1000001 | 11011 | 1000100 | 110000 | 110001 |
Color Harmonies of #A8B941
Complementary color
Monochromatic Colors of #A8B941
Black with #A8B941
Text Example
Text Example
White with #A8B941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B941; }
p { color: rgb(168,185,65); }
H1.HeaderClassName
{
color: #A8B941;
}
.AnyTagClassName
{
color: #A8B941;
}
</style>
background-color css
<style>
a { background-color: #A8B941; }
a { background-color: rgb(168,185,65); }
div.DivClassName
{
background-color: #A8B941;
}
.BgClassName
{
background-color: #A8B941;
}
</style>
border-color css
<style>
span { border-color: #A8B941; }
span { border-color: rgb(168,185,65); }
td.TdClassName
{
border-color: #A8B941;
}
.TagClassName
{
border-color: #A8B941;
}
</style>