Shades of Celery #C2BE44
Tints of Celery #C2BE44
RGB
CMYK
RGB Variations
Color information
#C2BE44 (or 0xC2BE44) is known color: Celery. HEX triplet: C2, BE and 44. RGB value is (194,190,68). Sum of RGB (Red+Green+Blue) = 194+190+68=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE44 is #3D41BB. Grayscale: #B1B1B1. Windows color (decimal): -4014524 or 4505282. OLE color: 4505282.
HSL color Cylindrical-coordinate representation of color #C2BE44: hue angle of 58.1º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2BE44 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 68 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.24 |
| HSL | 58.1º | 0.51% | 0.51% | - |
| HSV(B) | 58.1º | 0.65% | 0.76% | - |
| XYZ | 41.7 | 48.71 | 12.67 | - |
| YUV | 177.29 | 66.33 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 68 | 0 | 0.02 | 0.65 | 0.24 | 58.1 | 0.51 | 0.51 |
| Hex | C2 | BE | 44 | 0 | 2 | 41 | 18 | 3A | 33 | 33 |
| Octal | 302 | 276 | 104 | 0 | 2 | 101 | 30 | 72 | 63 | 63 |
| Binary | 11000010 | 10111110 | 1000100 | 0 | 10 | 1000001 | 11000 | 111010 | 110011 | 110011 |
Color Harmonies of #C2BE44
Complementary color
Monochromatic Colors of #C2BE44
Black with #C2BE44
Text Example
Text Example
White with #C2BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE44; }
p { color: rgb(194,190,68); }
H1.HeaderClassName
{
color: #C2BE44;
}
.AnyTagClassName
{
color: #C2BE44;
}
</style>
background-color css
<style>
a { background-color: #C2BE44; }
a { background-color: rgb(194,190,68); }
div.DivClassName
{
background-color: #C2BE44;
}
.BgClassName
{
background-color: #C2BE44;
}
</style>
border-color css
<style>
span { border-color: #C2BE44; }
span { border-color: rgb(194,190,68); }
td.TdClassName
{
border-color: #C2BE44;
}
.TagClassName
{
border-color: #C2BE44;
}
</style>