Shades of Celery #C2BC4F
Tints of Celery #C2BC4F
RGB
CMYK
RGB Variations
Color information
#C2BC4F (or 0xC2BC4F) is known color: Celery. HEX triplet: C2, BC and 4F. RGB value is (194,188,79). Sum of RGB (Red+Green+Blue) = 194+188+79=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC4F is #3D43B0. Grayscale: #B1B1B1. Windows color (decimal): -4015025 or 5225666. OLE color: 5225666.
HSL color Cylindrical-coordinate representation of color #C2BC4F: hue angle of 56.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2BC4F is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 79 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.24 |
| HSL | 56.87º | 0.49% | 0.54% | - |
| HSV(B) | 56.87º | 0.59% | 0.76% | - |
| XYZ | 41.64 | 48 | 14.47 | - |
| YUV | 177.37 | 72.49 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 79 | 0 | 0.03 | 0.59 | 0.24 | 56.87 | 0.49 | 0.54 |
| Hex | C2 | BC | 4F | 0 | 3 | 3B | 18 | 39 | 31 | 36 |
| Octal | 302 | 274 | 117 | 0 | 3 | 73 | 30 | 71 | 61 | 66 |
| Binary | 11000010 | 10111100 | 1001111 | 0 | 11 | 111011 | 11000 | 111001 | 110001 | 110110 |
Color Harmonies of #C2BC4F
Complementary color
Monochromatic Colors of #C2BC4F
Black with #C2BC4F
Text Example
Text Example
White with #C2BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC4F; }
p { color: rgb(194,188,79); }
H1.HeaderClassName
{
color: #C2BC4F;
}
.AnyTagClassName
{
color: #C2BC4F;
}
</style>
background-color css
<style>
a { background-color: #C2BC4F; }
a { background-color: rgb(194,188,79); }
div.DivClassName
{
background-color: #C2BC4F;
}
.BgClassName
{
background-color: #C2BC4F;
}
</style>
border-color css
<style>
span { border-color: #C2BC4F; }
span { border-color: rgb(194,188,79); }
td.TdClassName
{
border-color: #C2BC4F;
}
.TagClassName
{
border-color: #C2BC4F;
}
</style>