Shades of Celery #C0C33B
Tints of Celery #C0C33B
RGB
CMYK
RGB Variations
Color information
#C0C33B (or 0xC0C33B) is known color: Celery. HEX triplet: C0, C3 and 3B. RGB value is (192,195,59). Sum of RGB (Red+Green+Blue) = 192+195+59=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C33B is #3F3CC4. Grayscale: #B3B3B3. Windows color (decimal): -4144325 or 3916736. OLE color: 3916736.
HSL color Cylindrical-coordinate representation of color #C0C33B: hue angle of 61.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0C33B is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 59 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.24 |
| HSL | 61.32º | 0.54% | 0.5% | - |
| HSV(B) | 61.32º | 0.7% | 0.76% | - |
| XYZ | 42.04 | 50.55 | 11.68 | - |
| YUV | 178.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 59 | 0.02 | 0 | 0.70 | 0.24 | 61.32 | 0.54 | 0.5 |
| Hex | C0 | C3 | 3B | 2 | 0 | 46 | 18 | 3D | 36 | 32 |
| Octal | 300 | 303 | 73 | 2 | 0 | 106 | 30 | 75 | 66 | 62 |
| Binary | 11000000 | 11000011 | 111011 | 10 | 0 | 1000110 | 11000 | 111101 | 110110 | 110010 |
Color Harmonies of #C0C33B
Complementary color
Monochromatic Colors of #C0C33B
Black with #C0C33B
Text Example
Text Example
White with #C0C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C33B; }
p { color: rgb(192,195,59); }
H1.HeaderClassName
{
color: #C0C33B;
}
.AnyTagClassName
{
color: #C0C33B;
}
</style>
background-color css
<style>
a { background-color: #C0C33B; }
a { background-color: rgb(192,195,59); }
div.DivClassName
{
background-color: #C0C33B;
}
.BgClassName
{
background-color: #C0C33B;
}
</style>
border-color css
<style>
span { border-color: #C0C33B; }
span { border-color: rgb(192,195,59); }
td.TdClassName
{
border-color: #C0C33B;
}
.TagClassName
{
border-color: #C0C33B;
}
</style>