Shades of Celery #C0BF4E
Tints of Celery #C0BF4E
RGB
CMYK
RGB Variations
Color information
#C0BF4E (or 0xC0BF4E) is known color: Celery. HEX triplet: C0, BF and 4E. RGB value is (192,191,78). Sum of RGB (Red+Green+Blue) = 192+191+78=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF4E is #3F40B1. Grayscale: #B2B2B2. Windows color (decimal): -4145330 or 5160896. OLE color: 5160896.
HSL color Cylindrical-coordinate representation of color #C0BF4E: hue angle of 59.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0BF4E is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 78 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.25 |
| HSL | 59.47º | 0.48% | 0.53% | - |
| HSV(B) | 59.47º | 0.59% | 0.75% | - |
| XYZ | 41.74 | 49.02 | 14.47 | - |
| YUV | 178.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 78 | 0 | 0.01 | 0.59 | 0.25 | 59.47 | 0.48 | 0.53 |
| Hex | C0 | BF | 4E | 0 | 1 | 3B | 19 | 3B | 30 | 35 |
| Octal | 300 | 277 | 116 | 0 | 1 | 73 | 31 | 73 | 60 | 65 |
| Binary | 11000000 | 10111111 | 1001110 | 0 | 1 | 111011 | 11001 | 111011 | 110000 | 110101 |
Color Harmonies of #C0BF4E
Complementary color
Monochromatic Colors of #C0BF4E
Black with #C0BF4E
Text Example
Text Example
White with #C0BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF4E; }
p { color: rgb(192,191,78); }
H1.HeaderClassName
{
color: #C0BF4E;
}
.AnyTagClassName
{
color: #C0BF4E;
}
</style>
background-color css
<style>
a { background-color: #C0BF4E; }
a { background-color: rgb(192,191,78); }
div.DivClassName
{
background-color: #C0BF4E;
}
.BgClassName
{
background-color: #C0BF4E;
}
</style>
border-color css
<style>
span { border-color: #C0BF4E; }
span { border-color: rgb(192,191,78); }
td.TdClassName
{
border-color: #C0BF4E;
}
.TagClassName
{
border-color: #C0BF4E;
}
</style>