Shades of Celery #C0BF4D
Tints of Celery #C0BF4D
RGB
CMYK
RGB Variations
Color information
#C0BF4D (or 0xC0BF4D) is known color: Celery. HEX triplet: C0, BF and 4D. RGB value is (192,191,77). Sum of RGB (Red+Green+Blue) = 192+191+77=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF4D is #3F40B2. Grayscale: #B2B2B2. Windows color (decimal): -4145331 or 5095360. OLE color: 5095360.
HSL color Cylindrical-coordinate representation of color #C0BF4D: hue angle of 59.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0BF4D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 77 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.25 |
| HSL | 59.48º | 0.48% | 0.53% | - |
| HSV(B) | 59.48º | 0.6% | 0.75% | - |
| XYZ | 41.71 | 49 | 14.28 | - |
| YUV | 178.3 | 70.83 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 77 | 0 | 0.01 | 0.60 | 0.25 | 59.48 | 0.48 | 0.53 |
| Hex | C0 | BF | 4D | 0 | 1 | 3C | 19 | 3B | 30 | 35 |
| Octal | 300 | 277 | 115 | 0 | 1 | 74 | 31 | 73 | 60 | 65 |
| Binary | 11000000 | 10111111 | 1001101 | 0 | 1 | 111100 | 11001 | 111011 | 110000 | 110101 |
Color Harmonies of #C0BF4D
Complementary color
Monochromatic Colors of #C0BF4D
Black with #C0BF4D
Text Example
Text Example
White with #C0BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF4D; }
p { color: rgb(192,191,77); }
H1.HeaderClassName
{
color: #C0BF4D;
}
.AnyTagClassName
{
color: #C0BF4D;
}
</style>
background-color css
<style>
a { background-color: #C0BF4D; }
a { background-color: rgb(192,191,77); }
div.DivClassName
{
background-color: #C0BF4D;
}
.BgClassName
{
background-color: #C0BF4D;
}
</style>
border-color css
<style>
span { border-color: #C0BF4D; }
span { border-color: rgb(192,191,77); }
td.TdClassName
{
border-color: #C0BF4D;
}
.TagClassName
{
border-color: #C0BF4D;
}
</style>