Shades of Celery #C0BF53
Tints of Celery #C0BF53
RGB
CMYK
RGB Variations
Color information
#C0BF53 (or 0xC0BF53) is known color: Celery. HEX triplet: C0, BF and 53. RGB value is (192,191,83). Sum of RGB (Red+Green+Blue) = 192+191+83=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF53 is #3F40AC. Grayscale: #B3B3B3. Windows color (decimal): -4145325 or 5488576. OLE color: 5488576.
HSL color Cylindrical-coordinate representation of color #C0BF53: hue angle of 59.45º degrees, saturation: 0.46, 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 #C0BF53 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 83 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.25 |
| HSL | 59.45º | 0.46% | 0.54% | - |
| HSV(B) | 59.45º | 0.57% | 0.75% | - |
| XYZ | 41.93 | 49.09 | 15.45 | - |
| YUV | 178.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 83 | 0 | 0.01 | 0.57 | 0.25 | 59.45 | 0.46 | 0.54 |
| Hex | C0 | BF | 53 | 0 | 1 | 39 | 19 | 3B | 2E | 36 |
| Octal | 300 | 277 | 123 | 0 | 1 | 71 | 31 | 73 | 56 | 66 |
| Binary | 11000000 | 10111111 | 1010011 | 0 | 1 | 111001 | 11001 | 111011 | 101110 | 110110 |
Color Harmonies of #C0BF53
Complementary color
Monochromatic Colors of #C0BF53
Black with #C0BF53
Text Example
Text Example
White with #C0BF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF53; }
p { color: rgb(192,191,83); }
H1.HeaderClassName
{
color: #C0BF53;
}
.AnyTagClassName
{
color: #C0BF53;
}
</style>
background-color css
<style>
a { background-color: #C0BF53; }
a { background-color: rgb(192,191,83); }
div.DivClassName
{
background-color: #C0BF53;
}
.BgClassName
{
background-color: #C0BF53;
}
</style>
border-color css
<style>
span { border-color: #C0BF53; }
span { border-color: rgb(192,191,83); }
td.TdClassName
{
border-color: #C0BF53;
}
.TagClassName
{
border-color: #C0BF53;
}
</style>