Shades of Celery #C5C150
Tints of Celery #C5C150
RGB
CMYK
RGB Variations
Color information
#C5C150 (or 0xC5C150) is known color: Celery. HEX triplet: C5, C1 and 50. RGB value is (197,193,80). Sum of RGB (Red+Green+Blue) = 197+193+80=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C150 is #3A3EAF. Grayscale: #B5B5B5. Windows color (decimal): -3817136 or 5292485. OLE color: 5292485.
HSL color Cylindrical-coordinate representation of color #C5C150: hue angle of 57.95º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5C150 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 80 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.23 |
| HSL | 57.95º | 0.5% | 0.54% | - |
| HSV(B) | 57.95º | 0.59% | 0.77% | - |
| XYZ | 43.54 | 50.59 | 15.06 | - |
| YUV | 181.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 80 | 0 | 0.02 | 0.59 | 0.23 | 57.95 | 0.5 | 0.54 |
| Hex | C5 | C1 | 50 | 0 | 2 | 3B | 17 | 3A | 32 | 36 |
| Octal | 305 | 301 | 120 | 0 | 2 | 73 | 27 | 72 | 62 | 66 |
| Binary | 11000101 | 11000001 | 1010000 | 0 | 10 | 111011 | 10111 | 111010 | 110010 | 110110 |
Color Harmonies of #C5C150
Complementary color
Monochromatic Colors of #C5C150
Black with #C5C150
Text Example
Text Example
White with #C5C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C150; }
p { color: rgb(197,193,80); }
H1.HeaderClassName
{
color: #C5C150;
}
.AnyTagClassName
{
color: #C5C150;
}
</style>
background-color css
<style>
a { background-color: #C5C150; }
a { background-color: rgb(197,193,80); }
div.DivClassName
{
background-color: #C5C150;
}
.BgClassName
{
background-color: #C5C150;
}
</style>
border-color css
<style>
span { border-color: #C5C150; }
span { border-color: rgb(197,193,80); }
td.TdClassName
{
border-color: #C5C150;
}
.TagClassName
{
border-color: #C5C150;
}
</style>