Shades of Celery #C0BE3F
Tints of Celery #C0BE3F
RGB
CMYK
RGB Variations
Color information
#C0BE3F (or 0xC0BE3F) is known color: Celery. HEX triplet: C0, BE and 3F. RGB value is (192,190,63). Sum of RGB (Red+Green+Blue) = 192+190+63=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE3F is #3F41C0. Grayscale: #B0B0B0. Windows color (decimal): -4145601 or 4177600. OLE color: 4177600.
HSL color Cylindrical-coordinate representation of color #C0BE3F: hue angle of 59.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0BE3F is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 63 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.25 |
| HSL | 59.07º | 0.51% | 0.5% | - |
| HSV(B) | 59.07º | 0.67% | 0.75% | - |
| XYZ | 41.05 | 48.39 | 11.88 | - |
| YUV | 176.12 | 64.16 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 63 | 0 | 0.01 | 0.67 | 0.25 | 59.07 | 0.51 | 0.5 |
| Hex | C0 | BE | 3F | 0 | 1 | 43 | 19 | 3B | 33 | 32 |
| Octal | 300 | 276 | 77 | 0 | 1 | 103 | 31 | 73 | 63 | 62 |
| Binary | 11000000 | 10111110 | 111111 | 0 | 1 | 1000011 | 11001 | 111011 | 110011 | 110010 |
Color Harmonies of #C0BE3F
Complementary color
Monochromatic Colors of #C0BE3F
Black with #C0BE3F
Text Example
Text Example
White with #C0BE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE3F; }
p { color: rgb(192,190,63); }
H1.HeaderClassName
{
color: #C0BE3F;
}
.AnyTagClassName
{
color: #C0BE3F;
}
</style>
background-color css
<style>
a { background-color: #C0BE3F; }
a { background-color: rgb(192,190,63); }
div.DivClassName
{
background-color: #C0BE3F;
}
.BgClassName
{
background-color: #C0BE3F;
}
</style>
border-color css
<style>
span { border-color: #C0BE3F; }
span { border-color: rgb(192,190,63); }
td.TdClassName
{
border-color: #C0BE3F;
}
.TagClassName
{
border-color: #C0BE3F;
}
</style>