Shades of Celery #C2BE52
Tints of Celery #C2BE52
RGB
CMYK
RGB Variations
Color information
#C2BE52 (or 0xC2BE52) is known color: Celery. HEX triplet: C2, BE and 52. RGB value is (194,190,82). Sum of RGB (Red+Green+Blue) = 194+190+82=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE52 is #3D41AD. Grayscale: #B3B3B3. Windows color (decimal): -4014510 or 5422786. OLE color: 5422786.
HSL color Cylindrical-coordinate representation of color #C2BE52: hue angle of 57.86º 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 #C2BE52 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 82 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.24 |
| HSL | 57.86º | 0.48% | 0.54% | - |
| HSV(B) | 57.86º | 0.58% | 0.76% | - |
| XYZ | 42.18 | 48.91 | 15.2 | - |
| YUV | 178.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 82 | 0 | 0.02 | 0.58 | 0.24 | 57.86 | 0.48 | 0.54 |
| Hex | C2 | BE | 52 | 0 | 2 | 3A | 18 | 3A | 30 | 36 |
| Octal | 302 | 276 | 122 | 0 | 2 | 72 | 30 | 72 | 60 | 66 |
| Binary | 11000010 | 10111110 | 1010010 | 0 | 10 | 111010 | 11000 | 111010 | 110000 | 110110 |
Color Harmonies of #C2BE52
Complementary color
Monochromatic Colors of #C2BE52
Black with #C2BE52
Text Example
Text Example
White with #C2BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE52; }
p { color: rgb(194,190,82); }
H1.HeaderClassName
{
color: #C2BE52;
}
.AnyTagClassName
{
color: #C2BE52;
}
</style>
background-color css
<style>
a { background-color: #C2BE52; }
a { background-color: rgb(194,190,82); }
div.DivClassName
{
background-color: #C2BE52;
}
.BgClassName
{
background-color: #C2BE52;
}
</style>
border-color css
<style>
span { border-color: #C2BE52; }
span { border-color: rgb(194,190,82); }
td.TdClassName
{
border-color: #C2BE52;
}
.TagClassName
{
border-color: #C2BE52;
}
</style>