Shades of Celery #C4BD50
Tints of Celery #C4BD50
RGB
CMYK
RGB Variations
Color information
#C4BD50 (or 0xC4BD50) is known color: Celery. HEX triplet: C4, BD and 50. RGB value is (196,189,80). Sum of RGB (Red+Green+Blue) = 196+189+80=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD50 is #3B42AF. Grayscale: #B3B3B3. Windows color (decimal): -3883696 or 5291460. OLE color: 5291460.
HSL color Cylindrical-coordinate representation of color #C4BD50: hue angle of 56.38º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4BD50 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 80 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.23 |
| HSL | 56.38º | 0.5% | 0.54% | - |
| HSV(B) | 56.38º | 0.59% | 0.77% | - |
| XYZ | 42.41 | 48.71 | 14.76 | - |
| YUV | 178.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 80 | 0 | 0.04 | 0.59 | 0.23 | 56.38 | 0.5 | 0.54 |
| Hex | C4 | BD | 50 | 0 | 4 | 3B | 17 | 38 | 32 | 36 |
| Octal | 304 | 275 | 120 | 0 | 4 | 73 | 27 | 70 | 62 | 66 |
| Binary | 11000100 | 10111101 | 1010000 | 0 | 100 | 111011 | 10111 | 111000 | 110010 | 110110 |
Color Harmonies of #C4BD50
Complementary color
Monochromatic Colors of #C4BD50
Black with #C4BD50
Text Example
Text Example
White with #C4BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD50; }
p { color: rgb(196,189,80); }
H1.HeaderClassName
{
color: #C4BD50;
}
.AnyTagClassName
{
color: #C4BD50;
}
</style>
background-color css
<style>
a { background-color: #C4BD50; }
a { background-color: rgb(196,189,80); }
div.DivClassName
{
background-color: #C4BD50;
}
.BgClassName
{
background-color: #C4BD50;
}
</style>
border-color css
<style>
span { border-color: #C4BD50; }
span { border-color: rgb(196,189,80); }
td.TdClassName
{
border-color: #C4BD50;
}
.TagClassName
{
border-color: #C4BD50;
}
</style>