Shades of Celery #C0BE3E
Tints of Celery #C0BE3E
RGB
CMYK
RGB Variations
Color information
#C0BE3E (or 0xC0BE3E) is known color: Celery. HEX triplet: C0, BE and 3E. RGB value is (192,190,62). Sum of RGB (Red+Green+Blue) = 192+190+62=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE3E is #3F41C1. Grayscale: #B0B0B0. Windows color (decimal): -4145602 or 4112064. OLE color: 4112064.
HSL color Cylindrical-coordinate representation of color #C0BE3E: hue angle of 59.08º 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 #C0BE3E is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 190 | 62 | - |
CMYK | 0 | 0.01 | 0.68 | 0.25 |
HSL | 59.08º | 0.51% | 0.5% | - |
HSV(B) | 59.08º | 0.68% | 0.75% | - |
XYZ | 41.02 | 48.38 | 11.73 | - |
YUV | 176.01 | 63.66 | 139.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 190 | 62 | 0 | 0.01 | 0.68 | 0.25 | 59.08 | 0.51 | 0.5 |
Hex | C0 | BE | 3E | 0 | 1 | 44 | 19 | 3B | 33 | 32 |
Octal | 300 | 276 | 76 | 0 | 1 | 104 | 31 | 73 | 63 | 62 |
Binary | 11000000 | 10111110 | 111110 | 0 | 1 | 1000100 | 11001 | 111011 | 110011 | 110010 |
Color Harmonies of #C0BE3E
Complementary color
Monochromatic Colors of #C0BE3E
Black with #C0BE3E
Text Example
Text Example
White with #C0BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE3E; }
p { color: rgb(192,190,62); }
H1.HeaderClassName
{
color: #C0BE3E;
}
.AnyTagClassName
{
color: #C0BE3E;
}
</style>
background-color css
<style>
a { background-color: #C0BE3E; }
a { background-color: rgb(192,190,62); }
div.DivClassName
{
background-color: #C0BE3E;
}
.BgClassName
{
background-color: #C0BE3E;
}
</style>
border-color css
<style>
span { border-color: #C0BE3E; }
span { border-color: rgb(192,190,62); }
td.TdClassName
{
border-color: #C0BE3E;
}
.TagClassName
{
border-color: #C0BE3E;
}
</style>