Shades of Celery #C3BC4E
Tints of Celery #C3BC4E
RGB
CMYK
RGB Variations
Color information
#C3BC4E (or 0xC3BC4E) is known color: Celery. HEX triplet: C3, BC and 4E. RGB value is (195,188,78). Sum of RGB (Red+Green+Blue) = 195+188+78=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BC4E is #3C43B1. Grayscale: #B2B2B2. Windows color (decimal): -3949490 or 5160131. OLE color: 5160131.
HSL color Cylindrical-coordinate representation of color #C3BC4E: hue angle of 56.41º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3BC4E is Cyan = 0, Magento = 0.04, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 78 | - |
| CMYK | 0 | 0.04 | 0.6 | 0.24 |
| HSL | 56.41º | 0.49% | 0.54% | - |
| HSV(B) | 56.41º | 0.6% | 0.76% | - |
| XYZ | 41.86 | 48.12 | 14.29 | - |
| YUV | 177.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 78 | 0 | 0.04 | 0.6 | 0.24 | 56.41 | 0.49 | 0.54 |
| Hex | C3 | BC | 4E | 0 | 4 | 3C | 18 | 38 | 31 | 36 |
| Octal | 303 | 274 | 116 | 0 | 4 | 74 | 30 | 70 | 61 | 66 |
| Binary | 11000011 | 10111100 | 1001110 | 0 | 100 | 111100 | 11000 | 111000 | 110001 | 110110 |
Color Harmonies of #C3BC4E
Complementary color
Monochromatic Colors of #C3BC4E
Black with #C3BC4E
Text Example
Text Example
White with #C3BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC4E; }
p { color: rgb(195,188,78); }
H1.HeaderClassName
{
color: #C3BC4E;
}
.AnyTagClassName
{
color: #C3BC4E;
}
</style>
background-color css
<style>
a { background-color: #C3BC4E; }
a { background-color: rgb(195,188,78); }
div.DivClassName
{
background-color: #C3BC4E;
}
.BgClassName
{
background-color: #C3BC4E;
}
</style>
border-color css
<style>
span { border-color: #C3BC4E; }
span { border-color: rgb(195,188,78); }
td.TdClassName
{
border-color: #C3BC4E;
}
.TagClassName
{
border-color: #C3BC4E;
}
</style>