Shades of Celery #C2BE4F
Tints of Celery #C2BE4F
RGB
CMYK
RGB Variations
Color information
#C2BE4F (or 0xC2BE4F) is known color: Celery. HEX triplet: C2, BE and 4F. RGB value is (194,190,79). Sum of RGB (Red+Green+Blue) = 194+190+79=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE4F is #3D41B0. Grayscale: #B2B2B2. Windows color (decimal): -4014513 or 5226178. OLE color: 5226178.
HSL color Cylindrical-coordinate representation of color #C2BE4F: hue angle of 57.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2BE4F is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 190 | 79 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.24 |
| HSL | 57.91º | 0.49% | 0.54% | - |
| HSV(B) | 57.91º | 0.59% | 0.76% | - |
| XYZ | 42.07 | 48.86 | 14.61 | - |
| YUV | 178.54 | 71.83 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 190 | 79 | 0 | 0.02 | 0.59 | 0.24 | 57.91 | 0.49 | 0.54 |
| Hex | C2 | BE | 4F | 0 | 2 | 3B | 18 | 3A | 31 | 36 |
| Octal | 302 | 276 | 117 | 0 | 2 | 73 | 30 | 72 | 61 | 66 |
| Binary | 11000010 | 10111110 | 1001111 | 0 | 10 | 111011 | 11000 | 111010 | 110001 | 110110 |
Color Harmonies of #C2BE4F
Complementary color
Monochromatic Colors of #C2BE4F
Black with #C2BE4F
Text Example
Text Example
White with #C2BE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BE4F; }
p { color: rgb(194,190,79); }
H1.HeaderClassName
{
color: #C2BE4F;
}
.AnyTagClassName
{
color: #C2BE4F;
}
</style>
background-color css
<style>
a { background-color: #C2BE4F; }
a { background-color: rgb(194,190,79); }
div.DivClassName
{
background-color: #C2BE4F;
}
.BgClassName
{
background-color: #C2BE4F;
}
</style>
border-color css
<style>
span { border-color: #C2BE4F; }
span { border-color: rgb(194,190,79); }
td.TdClassName
{
border-color: #C2BE4F;
}
.TagClassName
{
border-color: #C2BE4F;
}
</style>