Shades of Celery #C2C150
Tints of Celery #C2C150
RGB
CMYK
RGB Variations
Color information
#C2C150 (or 0xC2C150) is known color: Celery. HEX triplet: C2, C1 and 50. RGB value is (194,193,80). Sum of RGB (Red+Green+Blue) = 194+193+80=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C150 is #3D3EAF. Grayscale: #B4B4B4. Windows color (decimal): -4013744 or 5292482. OLE color: 5292482.
HSL color Cylindrical-coordinate representation of color #C2C150: hue angle of 59.47º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2C150 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 80 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.24 |
| HSL | 59.47º | 0.48% | 0.54% | - |
| HSV(B) | 59.47º | 0.59% | 0.76% | - |
| XYZ | 42.77 | 50.19 | 15.02 | - |
| YUV | 180.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 80 | 0 | 0.01 | 0.59 | 0.24 | 59.47 | 0.48 | 0.54 |
| Hex | C2 | C1 | 50 | 0 | 1 | 3B | 18 | 3B | 30 | 36 |
| Octal | 302 | 301 | 120 | 0 | 1 | 73 | 30 | 73 | 60 | 66 |
| Binary | 11000010 | 11000001 | 1010000 | 0 | 1 | 111011 | 11000 | 111011 | 110000 | 110110 |
Color Harmonies of #C2C150
Complementary color
Monochromatic Colors of #C2C150
Black with #C2C150
Text Example
Text Example
White with #C2C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C150; }
p { color: rgb(194,193,80); }
H1.HeaderClassName
{
color: #C2C150;
}
.AnyTagClassName
{
color: #C2C150;
}
</style>
background-color css
<style>
a { background-color: #C2C150; }
a { background-color: rgb(194,193,80); }
div.DivClassName
{
background-color: #C2C150;
}
.BgClassName
{
background-color: #C2C150;
}
</style>
border-color css
<style>
span { border-color: #C2C150; }
span { border-color: rgb(194,193,80); }
td.TdClassName
{
border-color: #C2C150;
}
.TagClassName
{
border-color: #C2C150;
}
</style>