Shades of Celery #C0BF45
Tints of Celery #C0BF45
RGB
CMYK
RGB Variations
Color information
#C0BF45 (or 0xC0BF45) is known color: Celery. HEX triplet: C0, BF and 45. RGB value is (192,191,69). Sum of RGB (Red+Green+Blue) = 192+191+69=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF45 is #3F40BA. Grayscale: #B1B1B1. Windows color (decimal): -4145339 or 4571072. OLE color: 4571072.
HSL color Cylindrical-coordinate representation of color #C0BF45: hue angle of 59.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0BF45 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 69 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.25 |
| HSL | 59.51º | 0.49% | 0.51% | - |
| HSV(B) | 59.51º | 0.64% | 0.75% | - |
| XYZ | 41.44 | 48.9 | 12.88 | - |
| YUV | 177.39 | 66.83 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 69 | 0 | 0.01 | 0.64 | 0.25 | 59.51 | 0.49 | 0.51 |
| Hex | C0 | BF | 45 | 0 | 1 | 40 | 19 | 3C | 31 | 33 |
| Octal | 300 | 277 | 105 | 0 | 1 | 100 | 31 | 74 | 61 | 63 |
| Binary | 11000000 | 10111111 | 1000101 | 0 | 1 | 1000000 | 11001 | 111100 | 110001 | 110011 |
Color Harmonies of #C0BF45
Complementary color
Monochromatic Colors of #C0BF45
Black with #C0BF45
Text Example
Text Example
White with #C0BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF45; }
p { color: rgb(192,191,69); }
H1.HeaderClassName
{
color: #C0BF45;
}
.AnyTagClassName
{
color: #C0BF45;
}
</style>
background-color css
<style>
a { background-color: #C0BF45; }
a { background-color: rgb(192,191,69); }
div.DivClassName
{
background-color: #C0BF45;
}
.BgClassName
{
background-color: #C0BF45;
}
</style>
border-color css
<style>
span { border-color: #C0BF45; }
span { border-color: rgb(192,191,69); }
td.TdClassName
{
border-color: #C0BF45;
}
.TagClassName
{
border-color: #C0BF45;
}
</style>