Shades of Celery #C2BD51
Tints of Celery #C2BD51
RGB
CMYK
RGB Variations
Color information
#C2BD51 (or 0xC2BD51) is known color: Celery. HEX triplet: C2, BD and 51. RGB value is (194,189,81). Sum of RGB (Red+Green+Blue) = 194+189+81=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD51 is #3D42AE. Grayscale: #B2B2B2. Windows color (decimal): -4014767 or 5356994. OLE color: 5356994.
HSL color Cylindrical-coordinate representation of color #C2BD51: hue angle of 57.35º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2BD51 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 81 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.24 |
| HSL | 57.35º | 0.48% | 0.54% | - |
| HSV(B) | 57.35º | 0.58% | 0.76% | - |
| XYZ | 41.93 | 48.46 | 14.93 | - |
| YUV | 178.18 | 73.16 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 81 | 0 | 0.03 | 0.58 | 0.24 | 57.35 | 0.48 | 0.54 |
| Hex | C2 | BD | 51 | 0 | 3 | 3A | 18 | 39 | 30 | 36 |
| Octal | 302 | 275 | 121 | 0 | 3 | 72 | 30 | 71 | 60 | 66 |
| Binary | 11000010 | 10111101 | 1010001 | 0 | 11 | 111010 | 11000 | 111001 | 110000 | 110110 |
Color Harmonies of #C2BD51
Complementary color
Monochromatic Colors of #C2BD51
Black with #C2BD51
Text Example
Text Example
White with #C2BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD51; }
p { color: rgb(194,189,81); }
H1.HeaderClassName
{
color: #C2BD51;
}
.AnyTagClassName
{
color: #C2BD51;
}
</style>
background-color css
<style>
a { background-color: #C2BD51; }
a { background-color: rgb(194,189,81); }
div.DivClassName
{
background-color: #C2BD51;
}
.BgClassName
{
background-color: #C2BD51;
}
</style>
border-color css
<style>
span { border-color: #C2BD51; }
span { border-color: rgb(194,189,81); }
td.TdClassName
{
border-color: #C2BD51;
}
.TagClassName
{
border-color: #C2BD51;
}
</style>