Shades of Celery #C2BF53
Tints of Celery #C2BF53
RGB
CMYK
RGB Variations
Color information
#C2BF53 (or 0xC2BF53) is known color: Celery. HEX triplet: C2, BF and 53. RGB value is (194,191,83). Sum of RGB (Red+Green+Blue) = 194+191+83=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 83 (32.81% from 255 or 17.74% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF53 is #3D40AC. Grayscale: #B4B4B4. Windows color (decimal): -4014253 or 5488578. OLE color: 5488578.
HSL color Cylindrical-coordinate representation of color #C2BF53: hue angle of 58.38º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2BF53 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 83 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.24 |
| HSL | 58.38º | 0.48% | 0.54% | - |
| HSV(B) | 58.38º | 0.57% | 0.76% | - |
| XYZ | 42.44 | 49.36 | 15.47 | - |
| YUV | 179.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 83 | 0 | 0.02 | 0.57 | 0.24 | 58.38 | 0.48 | 0.54 |
| Hex | C2 | BF | 53 | 0 | 2 | 39 | 18 | 3A | 30 | 36 |
| Octal | 302 | 277 | 123 | 0 | 2 | 71 | 30 | 72 | 60 | 66 |
| Binary | 11000010 | 10111111 | 1010011 | 0 | 10 | 111001 | 11000 | 111010 | 110000 | 110110 |
Color Harmonies of #C2BF53
Complementary color
Monochromatic Colors of #C2BF53
Black with #C2BF53
Text Example
Text Example
White with #C2BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF53; }
p { color: rgb(194,191,83); }
H1.HeaderClassName
{
color: #C2BF53;
}
.AnyTagClassName
{
color: #C2BF53;
}
</style>
background-color css
<style>
a { background-color: #C2BF53; }
a { background-color: rgb(194,191,83); }
div.DivClassName
{
background-color: #C2BF53;
}
.BgClassName
{
background-color: #C2BF53;
}
</style>
border-color css
<style>
span { border-color: #C2BF53; }
span { border-color: rgb(194,191,83); }
td.TdClassName
{
border-color: #C2BF53;
}
.TagClassName
{
border-color: #C2BF53;
}
</style>