Shades of Celery #C2BE47
Tints of Celery #C2BE47
RGB
CMYK
RGB Variations
Color information
#C2BE47 (or 0xC2BE47) is known color: Celery. HEX triplet: C2, BE and 47. RGB value is (194,190,71). Sum of RGB (Red+Green+Blue) = 194+190+71=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 71 (28.12% from 255 or 15.60% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE47 is #3D41B8. Grayscale: #B2B2B2. Windows color (decimal): -4014521 or 4701890. OLE color: 4701890.
HSL color Cylindrical-coordinate representation of color #C2BE47: hue angle of 58.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2BE47 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 71 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.24 |
| HSL | 58.05º | 0.5% | 0.52% | - |
| HSV(B) | 58.05º | 0.63% | 0.76% | - |
| XYZ | 41.8 | 48.75 | 13.17 | - |
| YUV | 177.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 71 | 0 | 0.02 | 0.63 | 0.24 | 58.05 | 0.5 | 0.52 |
| Hex | C2 | BE | 47 | 0 | 2 | 3F | 18 | 3A | 32 | 34 |
| Octal | 302 | 276 | 107 | 0 | 2 | 77 | 30 | 72 | 62 | 64 |
| Binary | 11000010 | 10111110 | 1000111 | 0 | 10 | 111111 | 11000 | 111010 | 110010 | 110100 |
Color Harmonies of #C2BE47
Complementary color
Monochromatic Colors of #C2BE47
Black with #C2BE47
Text Example
Text Example
White with #C2BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE47; }
p { color: rgb(194,190,71); }
H1.HeaderClassName
{
color: #C2BE47;
}
.AnyTagClassName
{
color: #C2BE47;
}
</style>
background-color css
<style>
a { background-color: #C2BE47; }
a { background-color: rgb(194,190,71); }
div.DivClassName
{
background-color: #C2BE47;
}
.BgClassName
{
background-color: #C2BE47;
}
</style>
border-color css
<style>
span { border-color: #C2BE47; }
span { border-color: rgb(194,190,71); }
td.TdClassName
{
border-color: #C2BE47;
}
.TagClassName
{
border-color: #C2BE47;
}
</style>