Shades of Celery #C2BE4E
Tints of Celery #C2BE4E
RGB
CMYK
RGB Variations
Color information
#C2BE4E (or 0xC2BE4E) is known color: Celery. HEX triplet: C2, BE and 4E. RGB value is (194,190,78). Sum of RGB (Red+Green+Blue) = 194+190+78=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE4E is #3D41B1. Grayscale: #B2B2B2. Windows color (decimal): -4014514 or 5160642. OLE color: 5160642.
HSL color Cylindrical-coordinate representation of color #C2BE4E: hue angle of 57.93º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2BE4E is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 78 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.24 |
| HSL | 57.93º | 0.49% | 0.53% | - |
| HSV(B) | 57.93º | 0.6% | 0.76% | - |
| XYZ | 42.04 | 48.85 | 14.42 | - |
| YUV | 178.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 78 | 0 | 0.02 | 0.60 | 0.24 | 57.93 | 0.49 | 0.53 |
| Hex | C2 | BE | 4E | 0 | 2 | 3C | 18 | 3A | 31 | 35 |
| Octal | 302 | 276 | 116 | 0 | 2 | 74 | 30 | 72 | 61 | 65 |
| Binary | 11000010 | 10111110 | 1001110 | 0 | 10 | 111100 | 11000 | 111010 | 110001 | 110101 |
Color Harmonies of #C2BE4E
Complementary color
Monochromatic Colors of #C2BE4E
Black with #C2BE4E
Text Example
Text Example
White with #C2BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE4E; }
p { color: rgb(194,190,78); }
H1.HeaderClassName
{
color: #C2BE4E;
}
.AnyTagClassName
{
color: #C2BE4E;
}
</style>
background-color css
<style>
a { background-color: #C2BE4E; }
a { background-color: rgb(194,190,78); }
div.DivClassName
{
background-color: #C2BE4E;
}
.BgClassName
{
background-color: #C2BE4E;
}
</style>
border-color css
<style>
span { border-color: #C2BE4E; }
span { border-color: rgb(194,190,78); }
td.TdClassName
{
border-color: #C2BE4E;
}
.TagClassName
{
border-color: #C2BE4E;
}
</style>