Shades of Celery #C2BE49
Tints of Celery #C2BE49
RGB
CMYK
RGB Variations
Color information
#C2BE49 (or 0xC2BE49) is known color: Celery. HEX triplet: C2, BE and 49. RGB value is (194,190,73). Sum of RGB (Red+Green+Blue) = 194+190+73=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 73 (28.91% from 255 or 15.97% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE49 is #3D41B6. Grayscale: #B2B2B2. Windows color (decimal): -4014519 or 4832962. OLE color: 4832962.
HSL color Cylindrical-coordinate representation of color #C2BE49: hue angle of 58.02º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2BE49 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 73 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.24 |
| HSL | 58.02º | 0.5% | 0.52% | - |
| HSV(B) | 58.02º | 0.62% | 0.76% | - |
| XYZ | 41.86 | 48.78 | 13.51 | - |
| YUV | 177.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 73 | 0 | 0.02 | 0.62 | 0.24 | 58.02 | 0.5 | 0.52 |
| Hex | C2 | BE | 49 | 0 | 2 | 3E | 18 | 3A | 32 | 34 |
| Octal | 302 | 276 | 111 | 0 | 2 | 76 | 30 | 72 | 62 | 64 |
| Binary | 11000010 | 10111110 | 1001001 | 0 | 10 | 111110 | 11000 | 111010 | 110010 | 110100 |
Color Harmonies of #C2BE49
Complementary color
Monochromatic Colors of #C2BE49
Black with #C2BE49
Text Example
Text Example
White with #C2BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE49; }
p { color: rgb(194,190,73); }
H1.HeaderClassName
{
color: #C2BE49;
}
.AnyTagClassName
{
color: #C2BE49;
}
</style>
background-color css
<style>
a { background-color: #C2BE49; }
a { background-color: rgb(194,190,73); }
div.DivClassName
{
background-color: #C2BE49;
}
.BgClassName
{
background-color: #C2BE49;
}
</style>
border-color css
<style>
span { border-color: #C2BE49; }
span { border-color: rgb(194,190,73); }
td.TdClassName
{
border-color: #C2BE49;
}
.TagClassName
{
border-color: #C2BE49;
}
</style>