Shades of Celery #C1BA4D
Tints of Celery #C1BA4D
RGB
CMYK
RGB Variations
Color information
#C1BA4D (or 0xC1BA4D) is known color: Celery. HEX triplet: C1, BA and 4D. RGB value is (193,186,77). Sum of RGB (Red+Green+Blue) = 193+186+77=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA4D is #3E45B2. Grayscale: #B0B0B0. Windows color (decimal): -4081075 or 5094081. OLE color: 5094081.
HSL color Cylindrical-coordinate representation of color #C1BA4D: hue angle of 56.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1BA4D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 77 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.24 |
| HSL | 56.38º | 0.48% | 0.53% | - |
| HSV(B) | 56.38º | 0.6% | 0.76% | - |
| XYZ | 40.89 | 46.99 | 13.94 | - |
| YUV | 175.67 | 72.32 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 77 | 0 | 0.04 | 0.60 | 0.24 | 56.38 | 0.48 | 0.53 |
| Hex | C1 | BA | 4D | 0 | 4 | 3C | 18 | 38 | 30 | 35 |
| Octal | 301 | 272 | 115 | 0 | 4 | 74 | 30 | 70 | 60 | 65 |
| Binary | 11000001 | 10111010 | 1001101 | 0 | 100 | 111100 | 11000 | 111000 | 110000 | 110101 |
Color Harmonies of #C1BA4D
Complementary color
Monochromatic Colors of #C1BA4D
Black with #C1BA4D
Text Example
Text Example
White with #C1BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA4D; }
p { color: rgb(193,186,77); }
H1.HeaderClassName
{
color: #C1BA4D;
}
.AnyTagClassName
{
color: #C1BA4D;
}
</style>
background-color css
<style>
a { background-color: #C1BA4D; }
a { background-color: rgb(193,186,77); }
div.DivClassName
{
background-color: #C1BA4D;
}
.BgClassName
{
background-color: #C1BA4D;
}
</style>
border-color css
<style>
span { border-color: #C1BA4D; }
span { border-color: rgb(193,186,77); }
td.TdClassName
{
border-color: #C1BA4D;
}
.TagClassName
{
border-color: #C1BA4D;
}
</style>