Shades of Celery #C5BE50
Tints of Celery #C5BE50
RGB
CMYK
RGB Variations
Color information
#C5BE50 (or 0xC5BE50) is known color: Celery. HEX triplet: C5, BE and 50. RGB value is (197,190,80). Sum of RGB (Red+Green+Blue) = 197+190+80=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE50 is #3A41AF. Grayscale: #B4B4B4. Windows color (decimal): -3817904 or 5291717. OLE color: 5291717.
HSL color Cylindrical-coordinate representation of color #C5BE50: hue angle of 56.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5BE50 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 190 | 80 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.23 |
| HSL | 56.41º | 0.5% | 0.54% | - |
| HSV(B) | 56.41º | 0.59% | 0.77% | - |
| XYZ | 42.89 | 49.28 | 14.84 | - |
| YUV | 179.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 80 | 0 | 0.04 | 0.59 | 0.23 | 56.41 | 0.5 | 0.54 |
| Hex | C5 | BE | 50 | 0 | 4 | 3B | 17 | 38 | 32 | 36 |
| Octal | 305 | 276 | 120 | 0 | 4 | 73 | 27 | 70 | 62 | 66 |
| Binary | 11000101 | 10111110 | 1010000 | 0 | 100 | 111011 | 10111 | 111000 | 110010 | 110110 |
Color Harmonies of #C5BE50
Complementary color
Monochromatic Colors of #C5BE50
Black with #C5BE50
Text Example
Text Example
White with #C5BE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BE50; }
p { color: rgb(197,190,80); }
H1.HeaderClassName
{
color: #C5BE50;
}
.AnyTagClassName
{
color: #C5BE50;
}
</style>
background-color css
<style>
a { background-color: #C5BE50; }
a { background-color: rgb(197,190,80); }
div.DivClassName
{
background-color: #C5BE50;
}
.BgClassName
{
background-color: #C5BE50;
}
</style>
border-color css
<style>
span { border-color: #C5BE50; }
span { border-color: rgb(197,190,80); }
td.TdClassName
{
border-color: #C5BE50;
}
.TagClassName
{
border-color: #C5BE50;
}
</style>