Shades of Celery #C0BF50
Tints of Celery #C0BF50
RGB
CMYK
RGB Variations
Color information
#C0BF50 (or 0xC0BF50) is known color: Celery. HEX triplet: C0, BF and 50. RGB value is (192,191,80). Sum of RGB (Red+Green+Blue) = 192+191+80=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF50 is #3F40AF. Grayscale: #B3B3B3. Windows color (decimal): -4145328 or 5291968. OLE color: 5291968.
HSL color Cylindrical-coordinate representation of color #C0BF50: hue angle of 59.46º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0BF50 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 80 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.25 |
| HSL | 59.46º | 0.47% | 0.53% | - |
| HSV(B) | 59.46º | 0.58% | 0.75% | - |
| XYZ | 41.82 | 49.05 | 14.85 | - |
| YUV | 178.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 80 | 0 | 0.01 | 0.58 | 0.25 | 59.46 | 0.47 | 0.53 |
| Hex | C0 | BF | 50 | 0 | 1 | 3A | 19 | 3B | 2F | 35 |
| Octal | 300 | 277 | 120 | 0 | 1 | 72 | 31 | 73 | 57 | 65 |
| Binary | 11000000 | 10111111 | 1010000 | 0 | 1 | 111010 | 11001 | 111011 | 101111 | 110101 |
Color Harmonies of #C0BF50
Complementary color
Monochromatic Colors of #C0BF50
Black with #C0BF50
Text Example
Text Example
White with #C0BF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF50; }
p { color: rgb(192,191,80); }
H1.HeaderClassName
{
color: #C0BF50;
}
.AnyTagClassName
{
color: #C0BF50;
}
</style>
background-color css
<style>
a { background-color: #C0BF50; }
a { background-color: rgb(192,191,80); }
div.DivClassName
{
background-color: #C0BF50;
}
.BgClassName
{
background-color: #C0BF50;
}
</style>
border-color css
<style>
span { border-color: #C0BF50; }
span { border-color: rgb(192,191,80); }
td.TdClassName
{
border-color: #C0BF50;
}
.TagClassName
{
border-color: #C0BF50;
}
</style>