Shades of Celery #C2BE4A
Tints of Celery #C2BE4A
RGB
CMYK
RGB Variations
Color information
#C2BE4A (or 0xC2BE4A) is known color: Celery. HEX triplet: C2, BE and 4A. RGB value is (194,190,74). Sum of RGB (Red+Green+Blue) = 194+190+74=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE4A is #3D41B5. Grayscale: #B2B2B2. Windows color (decimal): -4014518 or 4898498. OLE color: 4898498.
HSL color Cylindrical-coordinate representation of color #C2BE4A: hue angle of 58º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2BE4A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 74 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.24 |
| HSL | 58º | 0.5% | 0.53% | - |
| HSV(B) | 58º | 0.62% | 0.76% | - |
| XYZ | 41.9 | 48.79 | 13.69 | - |
| YUV | 177.97 | 69.33 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 74 | 0 | 0.02 | 0.62 | 0.24 | 58 | 0.5 | 0.53 |
| Hex | C2 | BE | 4A | 0 | 2 | 3E | 18 | 3A | 32 | 35 |
| Octal | 302 | 276 | 112 | 0 | 2 | 76 | 30 | 72 | 62 | 65 |
| Binary | 11000010 | 10111110 | 1001010 | 0 | 10 | 111110 | 11000 | 111010 | 110010 | 110101 |
Color Harmonies of #C2BE4A
Complementary color
Monochromatic Colors of #C2BE4A
Black with #C2BE4A
Text Example
Text Example
White with #C2BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE4A; }
p { color: rgb(194,190,74); }
H1.HeaderClassName
{
color: #C2BE4A;
}
.AnyTagClassName
{
color: #C2BE4A;
}
</style>
background-color css
<style>
a { background-color: #C2BE4A; }
a { background-color: rgb(194,190,74); }
div.DivClassName
{
background-color: #C2BE4A;
}
.BgClassName
{
background-color: #C2BE4A;
}
</style>
border-color css
<style>
span { border-color: #C2BE4A; }
span { border-color: rgb(194,190,74); }
td.TdClassName
{
border-color: #C2BE4A;
}
.TagClassName
{
border-color: #C2BE4A;
}
</style>