Shades of Celery #C0BE4A
Tints of Celery #C0BE4A
RGB
CMYK
RGB Variations
Color information
#C0BE4A (or 0xC0BE4A) is known color: Celery. HEX triplet: C0, BE and 4A. RGB value is (192,190,74). Sum of RGB (Red+Green+Blue) = 192+190+74=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE4A is #3F41B5. Grayscale: #B1B1B1. Windows color (decimal): -4145590 or 4898496. OLE color: 4898496.
HSL color Cylindrical-coordinate representation of color #C0BE4A: hue angle of 58.98º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0BE4A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 74 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.25 |
| HSL | 58.98º | 0.48% | 0.52% | - |
| HSV(B) | 58.98º | 0.61% | 0.75% | - |
| XYZ | 41.39 | 48.53 | 13.66 | - |
| YUV | 177.37 | 69.66 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 74 | 0 | 0.01 | 0.61 | 0.25 | 58.98 | 0.48 | 0.52 |
| Hex | C0 | BE | 4A | 0 | 1 | 3D | 19 | 3B | 30 | 34 |
| Octal | 300 | 276 | 112 | 0 | 1 | 75 | 31 | 73 | 60 | 64 |
| Binary | 11000000 | 10111110 | 1001010 | 0 | 1 | 111101 | 11001 | 111011 | 110000 | 110100 |
Color Harmonies of #C0BE4A
Complementary color
Monochromatic Colors of #C0BE4A
Black with #C0BE4A
Text Example
Text Example
White with #C0BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE4A; }
p { color: rgb(192,190,74); }
H1.HeaderClassName
{
color: #C0BE4A;
}
.AnyTagClassName
{
color: #C0BE4A;
}
</style>
background-color css
<style>
a { background-color: #C0BE4A; }
a { background-color: rgb(192,190,74); }
div.DivClassName
{
background-color: #C0BE4A;
}
.BgClassName
{
background-color: #C0BE4A;
}
</style>
border-color css
<style>
span { border-color: #C0BE4A; }
span { border-color: rgb(192,190,74); }
td.TdClassName
{
border-color: #C0BE4A;
}
.TagClassName
{
border-color: #C0BE4A;
}
</style>