Shades of Celery #C0BE52
Tints of Celery #C0BE52
RGB
CMYK
RGB Variations
Color information
#C0BE52 (or 0xC0BE52) is known color: Celery. HEX triplet: C0, BE and 52. RGB value is (192,190,82). Sum of RGB (Red+Green+Blue) = 192+190+82=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 82 (32.42% from 255 or 17.67% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE52 is #3F41AD. Grayscale: #B2B2B2. Windows color (decimal): -4145582 or 5422784. OLE color: 5422784.
HSL color Cylindrical-coordinate representation of color #C0BE52: hue angle of 58.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0BE52 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 82 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.25 |
| HSL | 58.91º | 0.47% | 0.54% | - |
| HSV(B) | 58.91º | 0.57% | 0.75% | - |
| XYZ | 41.67 | 48.64 | 15.18 | - |
| YUV | 178.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 82 | 0 | 0.01 | 0.57 | 0.25 | 58.91 | 0.47 | 0.54 |
| Hex | C0 | BE | 52 | 0 | 1 | 39 | 19 | 3B | 2F | 36 |
| Octal | 300 | 276 | 122 | 0 | 1 | 71 | 31 | 73 | 57 | 66 |
| Binary | 11000000 | 10111110 | 1010010 | 0 | 1 | 111001 | 11001 | 111011 | 101111 | 110110 |
Color Harmonies of #C0BE52
Complementary color
Monochromatic Colors of #C0BE52
Black with #C0BE52
Text Example
Text Example
White with #C0BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE52; }
p { color: rgb(192,190,82); }
H1.HeaderClassName
{
color: #C0BE52;
}
.AnyTagClassName
{
color: #C0BE52;
}
</style>
background-color css
<style>
a { background-color: #C0BE52; }
a { background-color: rgb(192,190,82); }
div.DivClassName
{
background-color: #C0BE52;
}
.BgClassName
{
background-color: #C0BE52;
}
</style>
border-color css
<style>
span { border-color: #C0BE52; }
span { border-color: rgb(192,190,82); }
td.TdClassName
{
border-color: #C0BE52;
}
.TagClassName
{
border-color: #C0BE52;
}
</style>