Shades of Celery #C0BF46
Tints of Celery #C0BF46
RGB
CMYK
RGB Variations
Color information
#C0BF46 (or 0xC0BF46) is known color: Celery. HEX triplet: C0, BF and 46. RGB value is (192,191,70). Sum of RGB (Red+Green+Blue) = 192+191+70=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF46 is #3F40B9. Grayscale: #B1B1B1. Windows color (decimal): -4145338 or 4636608. OLE color: 4636608.
HSL color Cylindrical-coordinate representation of color #C0BF46: 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 #C0BF46 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 70 | - |
| 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.47 | 48.91 | 13.05 | - |
| YUV | 177.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 70 | 0 | 0.01 | 0.64 | 0.25 | 59.51 | 0.49 | 0.51 |
| Hex | C0 | BF | 46 | 0 | 1 | 40 | 19 | 3C | 31 | 33 |
| Octal | 300 | 277 | 106 | 0 | 1 | 100 | 31 | 74 | 61 | 63 |
| Binary | 11000000 | 10111111 | 1000110 | 0 | 1 | 1000000 | 11001 | 111100 | 110001 | 110011 |
Color Harmonies of #C0BF46
Complementary color
Monochromatic Colors of #C0BF46
Black with #C0BF46
Text Example
Text Example
White with #C0BF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF46; }
p { color: rgb(192,191,70); }
H1.HeaderClassName
{
color: #C0BF46;
}
.AnyTagClassName
{
color: #C0BF46;
}
</style>
background-color css
<style>
a { background-color: #C0BF46; }
a { background-color: rgb(192,191,70); }
div.DivClassName
{
background-color: #C0BF46;
}
.BgClassName
{
background-color: #C0BF46;
}
</style>
border-color css
<style>
span { border-color: #C0BF46; }
span { border-color: rgb(192,191,70); }
td.TdClassName
{
border-color: #C0BF46;
}
.TagClassName
{
border-color: #C0BF46;
}
</style>