Shades of Celery #C2C34B
Tints of Celery #C2C34B
RGB
CMYK
RGB Variations
Color information
#C2C34B (or 0xC2C34B) is known color: Celery. HEX triplet: C2, C3 and 4B. RGB value is (194,195,75). Sum of RGB (Red+Green+Blue) = 194+195+75=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C34B is #3D3CB4. Grayscale: #B5B5B5. Windows color (decimal): -4013237 or 4965314. OLE color: 4965314.
HSL color Cylindrical-coordinate representation of color #C2C34B: hue angle of 60.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 #C2C34B is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 75 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.24 |
| HSL | 60.5º | 0.5% | 0.53% | - |
| HSV(B) | 60.5º | 0.62% | 0.76% | - |
| XYZ | 43.03 | 51.01 | 14.23 | - |
| YUV | 181.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 75 | 0.01 | 0 | 0.62 | 0.24 | 60.5 | 0.5 | 0.53 |
| Hex | C2 | C3 | 4B | 1 | 0 | 3E | 18 | 3C | 32 | 35 |
| Octal | 302 | 303 | 113 | 1 | 0 | 76 | 30 | 74 | 62 | 65 |
| Binary | 11000010 | 11000011 | 1001011 | 1 | 0 | 111110 | 11000 | 111100 | 110010 | 110101 |
Color Harmonies of #C2C34B
Complementary color
Monochromatic Colors of #C2C34B
Black with #C2C34B
Text Example
Text Example
White with #C2C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C34B; }
p { color: rgb(194,195,75); }
H1.HeaderClassName
{
color: #C2C34B;
}
.AnyTagClassName
{
color: #C2C34B;
}
</style>
background-color css
<style>
a { background-color: #C2C34B; }
a { background-color: rgb(194,195,75); }
div.DivClassName
{
background-color: #C2C34B;
}
.BgClassName
{
background-color: #C2C34B;
}
</style>
border-color css
<style>
span { border-color: #C2C34B; }
span { border-color: rgb(194,195,75); }
td.TdClassName
{
border-color: #C2C34B;
}
.TagClassName
{
border-color: #C2C34B;
}
</style>