Shades of Celery #C5BF4E
Tints of Celery #C5BF4E
RGB
CMYK
RGB Variations
Color information
#C5BF4E (or 0xC5BF4E) is known color: Celery. HEX triplet: C5, BF and 4E. RGB value is (197,191,78). Sum of RGB (Red+Green+Blue) = 197+191+78=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF4E is #3A40B1. Grayscale: #B4B4B4. Windows color (decimal): -3817650 or 5160901. OLE color: 5160901.
HSL color Cylindrical-coordinate representation of color #C5BF4E: hue angle of 56.97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5BF4E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 78 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.23 |
| HSL | 56.97º | 0.51% | 0.54% | - |
| HSV(B) | 56.97º | 0.6% | 0.77% | - |
| XYZ | 43.03 | 49.68 | 14.53 | - |
| YUV | 179.91 | 70.49 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 78 | 0 | 0.03 | 0.60 | 0.23 | 56.97 | 0.51 | 0.54 |
| Hex | C5 | BF | 4E | 0 | 3 | 3C | 17 | 39 | 33 | 36 |
| Octal | 305 | 277 | 116 | 0 | 3 | 74 | 27 | 71 | 63 | 66 |
| Binary | 11000101 | 10111111 | 1001110 | 0 | 11 | 111100 | 10111 | 111001 | 110011 | 110110 |
Color Harmonies of #C5BF4E
Complementary color
Monochromatic Colors of #C5BF4E
Black with #C5BF4E
Text Example
Text Example
White with #C5BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF4E; }
p { color: rgb(197,191,78); }
H1.HeaderClassName
{
color: #C5BF4E;
}
.AnyTagClassName
{
color: #C5BF4E;
}
</style>
background-color css
<style>
a { background-color: #C5BF4E; }
a { background-color: rgb(197,191,78); }
div.DivClassName
{
background-color: #C5BF4E;
}
.BgClassName
{
background-color: #C5BF4E;
}
</style>
border-color css
<style>
span { border-color: #C5BF4E; }
span { border-color: rgb(197,191,78); }
td.TdClassName
{
border-color: #C5BF4E;
}
.TagClassName
{
border-color: #C5BF4E;
}
</style>