Shades of Celery #C3BC4B
Tints of Celery #C3BC4B
RGB
CMYK
RGB Variations
Color information
#C3BC4B (or 0xC3BC4B) is known color: Celery. HEX triplet: C3, BC and 4B. RGB value is (195,188,75). Sum of RGB (Red+Green+Blue) = 195+188+75=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BC4B is #3C43B4. Grayscale: #B1B1B1. Windows color (decimal): -3949493 or 4963523. OLE color: 4963523.
HSL color Cylindrical-coordinate representation of color #C3BC4B: hue angle of 56.5º 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 #C3BC4B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 75 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.24 |
| HSL | 56.5º | 0.5% | 0.53% | - |
| HSV(B) | 56.5º | 0.62% | 0.76% | - |
| XYZ | 41.76 | 48.08 | 13.74 | - |
| YUV | 177.21 | 70.32 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 75 | 0 | 0.04 | 0.62 | 0.24 | 56.5 | 0.5 | 0.53 |
| Hex | C3 | BC | 4B | 0 | 4 | 3E | 18 | 38 | 32 | 35 |
| Octal | 303 | 274 | 113 | 0 | 4 | 76 | 30 | 70 | 62 | 65 |
| Binary | 11000011 | 10111100 | 1001011 | 0 | 100 | 111110 | 11000 | 111000 | 110010 | 110101 |
Color Harmonies of #C3BC4B
Complementary color
Monochromatic Colors of #C3BC4B
Black with #C3BC4B
Text Example
Text Example
White with #C3BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BC4B; }
p { color: rgb(195,188,75); }
H1.HeaderClassName
{
color: #C3BC4B;
}
.AnyTagClassName
{
color: #C3BC4B;
}
</style>
background-color css
<style>
a { background-color: #C3BC4B; }
a { background-color: rgb(195,188,75); }
div.DivClassName
{
background-color: #C3BC4B;
}
.BgClassName
{
background-color: #C3BC4B;
}
</style>
border-color css
<style>
span { border-color: #C3BC4B; }
span { border-color: rgb(195,188,75); }
td.TdClassName
{
border-color: #C3BC4B;
}
.TagClassName
{
border-color: #C3BC4B;
}
</style>