Shades of Celery #C0BD3E
Tints of Celery #C0BD3E
RGB
CMYK
RGB Variations
Color information
#C0BD3E (or 0xC0BD3E) is known color: Celery. HEX triplet: C0, BD and 3E. RGB value is (192,189,62). Sum of RGB (Red+Green+Blue) = 192+189+62=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD3E is #3F42C1. Grayscale: #AFAFAF. Windows color (decimal): -4145858 or 4111808. OLE color: 4111808.
HSL color Cylindrical-coordinate representation of color #C0BD3E: hue angle of 58.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0BD3E is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 62 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.25 |
| HSL | 58.62º | 0.51% | 0.5% | - |
| HSV(B) | 58.62º | 0.68% | 0.75% | - |
| XYZ | 40.81 | 47.95 | 11.66 | - |
| YUV | 175.42 | 63.99 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 62 | 0 | 0.02 | 0.68 | 0.25 | 58.62 | 0.51 | 0.5 |
| Hex | C0 | BD | 3E | 0 | 2 | 44 | 19 | 3B | 33 | 32 |
| Octal | 300 | 275 | 76 | 0 | 2 | 104 | 31 | 73 | 63 | 62 |
| Binary | 11000000 | 10111101 | 111110 | 0 | 10 | 1000100 | 11001 | 111011 | 110011 | 110010 |
Color Harmonies of #C0BD3E
Complementary color
Monochromatic Colors of #C0BD3E
Black with #C0BD3E
Text Example
Text Example
White with #C0BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD3E; }
p { color: rgb(192,189,62); }
H1.HeaderClassName
{
color: #C0BD3E;
}
.AnyTagClassName
{
color: #C0BD3E;
}
</style>
background-color css
<style>
a { background-color: #C0BD3E; }
a { background-color: rgb(192,189,62); }
div.DivClassName
{
background-color: #C0BD3E;
}
.BgClassName
{
background-color: #C0BD3E;
}
</style>
border-color css
<style>
span { border-color: #C0BD3E; }
span { border-color: rgb(192,189,62); }
td.TdClassName
{
border-color: #C0BD3E;
}
.TagClassName
{
border-color: #C0BD3E;
}
</style>