Shades of Celery #C2BD50
Tints of Celery #C2BD50
RGB
CMYK
RGB Variations
Color information
#C2BD50 (or 0xC2BD50) is known color: Celery. HEX triplet: C2, BD and 50. RGB value is (194,189,80). Sum of RGB (Red+Green+Blue) = 194+189+80=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD50 is #3D42AF. Grayscale: #B2B2B2. Windows color (decimal): -4014768 or 5291458. OLE color: 5291458.
HSL color Cylindrical-coordinate representation of color #C2BD50: hue angle of 57.37º degrees, saturation: 0.48, 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 #C2BD50 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 80 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.24 |
| HSL | 57.37º | 0.48% | 0.54% | - |
| HSV(B) | 57.37º | 0.59% | 0.76% | - |
| XYZ | 41.89 | 48.44 | 14.73 | - |
| YUV | 178.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 80 | 0 | 0.03 | 0.59 | 0.24 | 57.37 | 0.48 | 0.54 |
| Hex | C2 | BD | 50 | 0 | 3 | 3B | 18 | 39 | 30 | 36 |
| Octal | 302 | 275 | 120 | 0 | 3 | 73 | 30 | 71 | 60 | 66 |
| Binary | 11000010 | 10111101 | 1010000 | 0 | 11 | 111011 | 11000 | 111001 | 110000 | 110110 |
Color Harmonies of #C2BD50
Complementary color
Monochromatic Colors of #C2BD50
Black with #C2BD50
Text Example
Text Example
White with #C2BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD50; }
p { color: rgb(194,189,80); }
H1.HeaderClassName
{
color: #C2BD50;
}
.AnyTagClassName
{
color: #C2BD50;
}
</style>
background-color css
<style>
a { background-color: #C2BD50; }
a { background-color: rgb(194,189,80); }
div.DivClassName
{
background-color: #C2BD50;
}
.BgClassName
{
background-color: #C2BD50;
}
</style>
border-color css
<style>
span { border-color: #C2BD50; }
span { border-color: rgb(194,189,80); }
td.TdClassName
{
border-color: #C2BD50;
}
.TagClassName
{
border-color: #C2BD50;
}
</style>