Shades of Celery #C5BF50
Tints of Celery #C5BF50
RGB
CMYK
RGB Variations
Color information
#C5BF50 (or 0xC5BF50) is known color: Celery. HEX triplet: C5, BF and 50. RGB value is (197,191,80). Sum of RGB (Red+Green+Blue) = 197+191+80=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF50 is #3A40AF. Grayscale: #B4B4B4. Windows color (decimal): -3817648 or 5291973. OLE color: 5291973.
HSL color Cylindrical-coordinate representation of color #C5BF50: hue angle of 56.92º 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 #C5BF50 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 80 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.23 |
| HSL | 56.92º | 0.5% | 0.54% | - |
| HSV(B) | 56.92º | 0.59% | 0.77% | - |
| XYZ | 43.1 | 49.71 | 14.91 | - |
| YUV | 180.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 80 | 0 | 0.03 | 0.59 | 0.23 | 56.92 | 0.5 | 0.54 |
| Hex | C5 | BF | 50 | 0 | 3 | 3B | 17 | 39 | 32 | 36 |
| Octal | 305 | 277 | 120 | 0 | 3 | 73 | 27 | 71 | 62 | 66 |
| Binary | 11000101 | 10111111 | 1010000 | 0 | 11 | 111011 | 10111 | 111001 | 110010 | 110110 |
Color Harmonies of #C5BF50
Complementary color
Monochromatic Colors of #C5BF50
Black with #C5BF50
Text Example
Text Example
White with #C5BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF50; }
p { color: rgb(197,191,80); }
H1.HeaderClassName
{
color: #C5BF50;
}
.AnyTagClassName
{
color: #C5BF50;
}
</style>
background-color css
<style>
a { background-color: #C5BF50; }
a { background-color: rgb(197,191,80); }
div.DivClassName
{
background-color: #C5BF50;
}
.BgClassName
{
background-color: #C5BF50;
}
</style>
border-color css
<style>
span { border-color: #C5BF50; }
span { border-color: rgb(197,191,80); }
td.TdClassName
{
border-color: #C5BF50;
}
.TagClassName
{
border-color: #C5BF50;
}
</style>