Shades of Celery #C0BF52
Tints of Celery #C0BF52
RGB
CMYK
RGB Variations
Color information
#C0BF52 (or 0xC0BF52) is known color: Celery. HEX triplet: C0, BF and 52. RGB value is (192,191,82). Sum of RGB (Red+Green+Blue) = 192+191+82=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF52 is #3F40AD. Grayscale: #B3B3B3. Windows color (decimal): -4145326 or 5423040. OLE color: 5423040.
HSL color Cylindrical-coordinate representation of color #C0BF52: hue angle of 59.45º 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 #C0BF52 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 82 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.25 |
| HSL | 59.45º | 0.47% | 0.54% | - |
| HSV(B) | 59.45º | 0.57% | 0.75% | - |
| XYZ | 41.89 | 49.08 | 15.25 | - |
| YUV | 178.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 82 | 0 | 0.01 | 0.57 | 0.25 | 59.45 | 0.47 | 0.54 |
| Hex | C0 | BF | 52 | 0 | 1 | 39 | 19 | 3B | 2F | 36 |
| Octal | 300 | 277 | 122 | 0 | 1 | 71 | 31 | 73 | 57 | 66 |
| Binary | 11000000 | 10111111 | 1010010 | 0 | 1 | 111001 | 11001 | 111011 | 101111 | 110110 |
Color Harmonies of #C0BF52
Complementary color
Monochromatic Colors of #C0BF52
Black with #C0BF52
Text Example
Text Example
White with #C0BF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF52; }
p { color: rgb(192,191,82); }
H1.HeaderClassName
{
color: #C0BF52;
}
.AnyTagClassName
{
color: #C0BF52;
}
</style>
background-color css
<style>
a { background-color: #C0BF52; }
a { background-color: rgb(192,191,82); }
div.DivClassName
{
background-color: #C0BF52;
}
.BgClassName
{
background-color: #C0BF52;
}
</style>
border-color css
<style>
span { border-color: #C0BF52; }
span { border-color: rgb(192,191,82); }
td.TdClassName
{
border-color: #C0BF52;
}
.TagClassName
{
border-color: #C0BF52;
}
</style>