Shades of Celery #C1BA46
Tints of Celery #C1BA46
RGB
CMYK
RGB Variations
Color information
#C1BA46 (or 0xC1BA46) is known color: Celery. HEX triplet: C1, BA and 46. RGB value is (193,186,70). Sum of RGB (Red+Green+Blue) = 193+186+70=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA46 is #3E45B9. Grayscale: #AFAFAF. Windows color (decimal): -4081082 or 4635329. OLE color: 4635329.
HSL color Cylindrical-coordinate representation of color #C1BA46: hue angle of 56.59º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1BA46 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 186 | 70 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.24 |
| HSL | 56.59º | 0.5% | 0.52% | - |
| HSV(B) | 56.59º | 0.64% | 0.76% | - |
| XYZ | 40.66 | 46.9 | 12.7 | - |
| YUV | 174.87 | 68.82 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 70 | 0 | 0.04 | 0.64 | 0.24 | 56.59 | 0.5 | 0.52 |
| Hex | C1 | BA | 46 | 0 | 4 | 40 | 18 | 39 | 32 | 34 |
| Octal | 301 | 272 | 106 | 0 | 4 | 100 | 30 | 71 | 62 | 64 |
| Binary | 11000001 | 10111010 | 1000110 | 0 | 100 | 1000000 | 11000 | 111001 | 110010 | 110100 |
Color Harmonies of #C1BA46
Complementary color
Monochromatic Colors of #C1BA46
Black with #C1BA46
Text Example
Text Example
White with #C1BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BA46; }
p { color: rgb(193,186,70); }
H1.HeaderClassName
{
color: #C1BA46;
}
.AnyTagClassName
{
color: #C1BA46;
}
</style>
background-color css
<style>
a { background-color: #C1BA46; }
a { background-color: rgb(193,186,70); }
div.DivClassName
{
background-color: #C1BA46;
}
.BgClassName
{
background-color: #C1BA46;
}
</style>
border-color css
<style>
span { border-color: #C1BA46; }
span { border-color: rgb(193,186,70); }
td.TdClassName
{
border-color: #C1BA46;
}
.TagClassName
{
border-color: #C1BA46;
}
</style>