Shades of Celery #C3BC4A
Tints of Celery #C3BC4A
RGB
CMYK
RGB Variations
Color information
#C3BC4A (or 0xC3BC4A) is known color: Celery. HEX triplet: C3, BC and 4A. RGB value is (195,188,74). Sum of RGB (Red+Green+Blue) = 195+188+74=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC4A is #3C43B5. Grayscale: #B1B1B1. Windows color (decimal): -3949494 or 4897987. OLE color: 4897987.
HSL color Cylindrical-coordinate representation of color #C3BC4A: hue angle of 56.53º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3BC4A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 74 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.24 |
| HSL | 56.53º | 0.5% | 0.53% | - |
| HSV(B) | 56.53º | 0.62% | 0.76% | - |
| XYZ | 41.72 | 48.06 | 13.56 | - |
| YUV | 177.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 74 | 0 | 0.04 | 0.62 | 0.24 | 56.53 | 0.5 | 0.53 |
| Hex | C3 | BC | 4A | 0 | 4 | 3E | 18 | 39 | 32 | 35 |
| Octal | 303 | 274 | 112 | 0 | 4 | 76 | 30 | 71 | 62 | 65 |
| Binary | 11000011 | 10111100 | 1001010 | 0 | 100 | 111110 | 11000 | 111001 | 110010 | 110101 |
Color Harmonies of #C3BC4A
Complementary color
Monochromatic Colors of #C3BC4A
Black with #C3BC4A
Text Example
Text Example
White with #C3BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC4A; }
p { color: rgb(195,188,74); }
H1.HeaderClassName
{
color: #C3BC4A;
}
.AnyTagClassName
{
color: #C3BC4A;
}
</style>
background-color css
<style>
a { background-color: #C3BC4A; }
a { background-color: rgb(195,188,74); }
div.DivClassName
{
background-color: #C3BC4A;
}
.BgClassName
{
background-color: #C3BC4A;
}
</style>
border-color css
<style>
span { border-color: #C3BC4A; }
span { border-color: rgb(195,188,74); }
td.TdClassName
{
border-color: #C3BC4A;
}
.TagClassName
{
border-color: #C3BC4A;
}
</style>