Shades of Celery #C2BE51
Tints of Celery #C2BE51
RGB
CMYK
RGB Variations
Color information
#C2BE51 (or 0xC2BE51) is known color: Celery. HEX triplet: C2, BE and 51. RGB value is (194,190,81). Sum of RGB (Red+Green+Blue) = 194+190+81=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE51 is #3D41AE. Grayscale: #B3B3B3. Windows color (decimal): -4014511 or 5357250. OLE color: 5357250.
HSL color Cylindrical-coordinate representation of color #C2BE51: hue angle of 57.88º 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 #C2BE51 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 81 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.24 |
| HSL | 57.88º | 0.48% | 0.54% | - |
| HSV(B) | 57.88º | 0.58% | 0.76% | - |
| XYZ | 42.15 | 48.89 | 15 | - |
| YUV | 178.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 81 | 0 | 0.02 | 0.58 | 0.24 | 57.88 | 0.48 | 0.54 |
| Hex | C2 | BE | 51 | 0 | 2 | 3A | 18 | 3A | 30 | 36 |
| Octal | 302 | 276 | 121 | 0 | 2 | 72 | 30 | 72 | 60 | 66 |
| Binary | 11000010 | 10111110 | 1010001 | 0 | 10 | 111010 | 11000 | 111010 | 110000 | 110110 |
Color Harmonies of #C2BE51
Complementary color
Monochromatic Colors of #C2BE51
Black with #C2BE51
Text Example
Text Example
White with #C2BE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE51; }
p { color: rgb(194,190,81); }
H1.HeaderClassName
{
color: #C2BE51;
}
.AnyTagClassName
{
color: #C2BE51;
}
</style>
background-color css
<style>
a { background-color: #C2BE51; }
a { background-color: rgb(194,190,81); }
div.DivClassName
{
background-color: #C2BE51;
}
.BgClassName
{
background-color: #C2BE51;
}
</style>
border-color css
<style>
span { border-color: #C2BE51; }
span { border-color: rgb(194,190,81); }
td.TdClassName
{
border-color: #C2BE51;
}
.TagClassName
{
border-color: #C2BE51;
}
</style>