Shades of Celery #C2BF45
Tints of Celery #C2BF45
RGB
CMYK
RGB Variations
Color information
#C2BF45 (or 0xC2BF45) is known color: Celery. HEX triplet: C2, BF and 45. RGB value is (194,191,69). Sum of RGB (Red+Green+Blue) = 194+191+69=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 69 (27.34% from 255 or 15.20% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF45 is #3D40BA. Grayscale: #B2B2B2. Windows color (decimal): -4014267 or 4571074. OLE color: 4571074.
HSL color Cylindrical-coordinate representation of color #C2BF45: hue angle of 58.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2BF45 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 69 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.24 |
| HSL | 58.56º | 0.51% | 0.52% | - |
| HSV(B) | 58.56º | 0.64% | 0.76% | - |
| XYZ | 41.95 | 49.16 | 12.91 | - |
| YUV | 177.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 69 | 0 | 0.02 | 0.64 | 0.24 | 58.56 | 0.51 | 0.52 |
| Hex | C2 | BF | 45 | 0 | 2 | 40 | 18 | 3B | 33 | 34 |
| Octal | 302 | 277 | 105 | 0 | 2 | 100 | 30 | 73 | 63 | 64 |
| Binary | 11000010 | 10111111 | 1000101 | 0 | 10 | 1000000 | 11000 | 111011 | 110011 | 110100 |
Color Harmonies of #C2BF45
Complementary color
Monochromatic Colors of #C2BF45
Black with #C2BF45
Text Example
Text Example
White with #C2BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF45; }
p { color: rgb(194,191,69); }
H1.HeaderClassName
{
color: #C2BF45;
}
.AnyTagClassName
{
color: #C2BF45;
}
</style>
background-color css
<style>
a { background-color: #C2BF45; }
a { background-color: rgb(194,191,69); }
div.DivClassName
{
background-color: #C2BF45;
}
.BgClassName
{
background-color: #C2BF45;
}
</style>
border-color css
<style>
span { border-color: #C2BF45; }
span { border-color: rgb(194,191,69); }
td.TdClassName
{
border-color: #C2BF45;
}
.TagClassName
{
border-color: #C2BF45;
}
</style>