Shades of Celery #C0BF48
Tints of Celery #C0BF48
RGB
CMYK
RGB Variations
Color information
#C0BF48 (or 0xC0BF48) is known color: Celery. HEX triplet: C0, BF and 48. RGB value is (192,191,72). Sum of RGB (Red+Green+Blue) = 192+191+72=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 72 (28.52% from 255 or 15.82% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BF48 is #3F40B7. Grayscale: #B2B2B2. Windows color (decimal): -4145336 or 4767680. OLE color: 4767680.
HSL color Cylindrical-coordinate representation of color #C0BF48: hue angle of 59.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0BF48 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 72 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.25 |
| HSL | 59.5º | 0.49% | 0.52% | - |
| HSV(B) | 59.5º | 0.63% | 0.75% | - |
| XYZ | 41.54 | 48.94 | 13.39 | - |
| YUV | 177.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 72 | 0 | 0.01 | 0.63 | 0.25 | 59.5 | 0.49 | 0.52 |
| Hex | C0 | BF | 48 | 0 | 1 | 3F | 19 | 3C | 31 | 34 |
| Octal | 300 | 277 | 110 | 0 | 1 | 77 | 31 | 74 | 61 | 64 |
| Binary | 11000000 | 10111111 | 1001000 | 0 | 1 | 111111 | 11001 | 111100 | 110001 | 110100 |
Color Harmonies of #C0BF48
Complementary color
Monochromatic Colors of #C0BF48
Black with #C0BF48
Text Example
Text Example
White with #C0BF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF48; }
p { color: rgb(192,191,72); }
H1.HeaderClassName
{
color: #C0BF48;
}
.AnyTagClassName
{
color: #C0BF48;
}
</style>
background-color css
<style>
a { background-color: #C0BF48; }
a { background-color: rgb(192,191,72); }
div.DivClassName
{
background-color: #C0BF48;
}
.BgClassName
{
background-color: #C0BF48;
}
</style>
border-color css
<style>
span { border-color: #C0BF48; }
span { border-color: rgb(192,191,72); }
td.TdClassName
{
border-color: #C0BF48;
}
.TagClassName
{
border-color: #C0BF48;
}
</style>