Shades of Celery #C0C34B
Tints of Celery #C0C34B
RGB
CMYK
RGB Variations
Color information
#C0C34B (or 0xC0C34B) is known color: Celery. HEX triplet: C0, C3 and 4B. RGB value is (192,195,75). Sum of RGB (Red+Green+Blue) = 192+195+75=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C34B is #3F3CB4. Grayscale: #B4B4B4. Windows color (decimal): -4144309 or 4965312. OLE color: 4965312.
HSL color Cylindrical-coordinate representation of color #C0C34B: hue angle of 61.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0C34B is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 75 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.24 |
| HSL | 61.5º | 0.5% | 0.53% | - |
| HSV(B) | 61.5º | 0.62% | 0.76% | - |
| XYZ | 42.52 | 50.74 | 14.21 | - |
| YUV | 180.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 75 | 0.02 | 0 | 0.62 | 0.24 | 61.5 | 0.5 | 0.53 |
| Hex | C0 | C3 | 4B | 2 | 0 | 3E | 18 | 3E | 32 | 35 |
| Octal | 300 | 303 | 113 | 2 | 0 | 76 | 30 | 76 | 62 | 65 |
| Binary | 11000000 | 11000011 | 1001011 | 10 | 0 | 111110 | 11000 | 111110 | 110010 | 110101 |
Color Harmonies of #C0C34B
Complementary color
Monochromatic Colors of #C0C34B
Black with #C0C34B
Text Example
Text Example
White with #C0C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C34B; }
p { color: rgb(192,195,75); }
H1.HeaderClassName
{
color: #C0C34B;
}
.AnyTagClassName
{
color: #C0C34B;
}
</style>
background-color css
<style>
a { background-color: #C0C34B; }
a { background-color: rgb(192,195,75); }
div.DivClassName
{
background-color: #C0C34B;
}
.BgClassName
{
background-color: #C0C34B;
}
</style>
border-color css
<style>
span { border-color: #C0C34B; }
span { border-color: rgb(192,195,75); }
td.TdClassName
{
border-color: #C0C34B;
}
.TagClassName
{
border-color: #C0C34B;
}
</style>