Shades of Celery #C5BF51
Tints of Celery #C5BF51
RGB
CMYK
RGB Variations
Color information
#C5BF51 (or 0xC5BF51) is known color: Celery. HEX triplet: C5, BF and 51. RGB value is (197,191,81). Sum of RGB (Red+Green+Blue) = 197+191+81=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 81 (32.03% from 255 or 17.27% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF51 is #3A40AE. Grayscale: #B4B4B4. Windows color (decimal): -3817647 or 5357509. OLE color: 5357509.
HSL color Cylindrical-coordinate representation of color #C5BF51: hue angle of 56.9º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5BF51 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 81 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.23 |
| HSL | 56.9º | 0.5% | 0.55% | - |
| HSV(B) | 56.9º | 0.59% | 0.77% | - |
| XYZ | 43.14 | 49.73 | 15.11 | - |
| YUV | 180.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 81 | 0 | 0.03 | 0.59 | 0.23 | 56.9 | 0.5 | 0.55 |
| Hex | C5 | BF | 51 | 0 | 3 | 3B | 17 | 39 | 32 | 37 |
| Octal | 305 | 277 | 121 | 0 | 3 | 73 | 27 | 71 | 62 | 67 |
| Binary | 11000101 | 10111111 | 1010001 | 0 | 11 | 111011 | 10111 | 111001 | 110010 | 110111 |
Color Harmonies of #C5BF51
Complementary color
Monochromatic Colors of #C5BF51
Black with #C5BF51
Text Example
Text Example
White with #C5BF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF51; }
p { color: rgb(197,191,81); }
H1.HeaderClassName
{
color: #C5BF51;
}
.AnyTagClassName
{
color: #C5BF51;
}
</style>
background-color css
<style>
a { background-color: #C5BF51; }
a { background-color: rgb(197,191,81); }
div.DivClassName
{
background-color: #C5BF51;
}
.BgClassName
{
background-color: #C5BF51;
}
</style>
border-color css
<style>
span { border-color: #C5BF51; }
span { border-color: rgb(197,191,81); }
td.TdClassName
{
border-color: #C5BF51;
}
.TagClassName
{
border-color: #C5BF51;
}
</style>