Shades of Celery #C1BF45
Tints of Celery #C1BF45
RGB
CMYK
RGB Variations
Color information
#C1BF45 (or 0xC1BF45) is known color: Celery. HEX triplet: C1, BF and 45. RGB value is (193,191,69). Sum of RGB (Red+Green+Blue) = 193+191+69=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF45 is #3E40BA. Grayscale: #B2B2B2. Windows color (decimal): -4079803 or 4571073. OLE color: 4571073.
HSL color Cylindrical-coordinate representation of color #C1BF45: hue angle of 59.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1BF45 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 69 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.24 |
| HSL | 59.03º | 0.5% | 0.51% | - |
| HSV(B) | 59.03º | 0.64% | 0.76% | - |
| XYZ | 41.7 | 49.03 | 12.9 | - |
| YUV | 177.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 69 | 0 | 0.01 | 0.64 | 0.24 | 59.03 | 0.5 | 0.51 |
| Hex | C1 | BF | 45 | 0 | 1 | 40 | 18 | 3B | 32 | 33 |
| Octal | 301 | 277 | 105 | 0 | 1 | 100 | 30 | 73 | 62 | 63 |
| Binary | 11000001 | 10111111 | 1000101 | 0 | 1 | 1000000 | 11000 | 111011 | 110010 | 110011 |
Color Harmonies of #C1BF45
Complementary color
Monochromatic Colors of #C1BF45
Black with #C1BF45
Text Example
Text Example
White with #C1BF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF45; }
p { color: rgb(193,191,69); }
H1.HeaderClassName
{
color: #C1BF45;
}
.AnyTagClassName
{
color: #C1BF45;
}
</style>
background-color css
<style>
a { background-color: #C1BF45; }
a { background-color: rgb(193,191,69); }
div.DivClassName
{
background-color: #C1BF45;
}
.BgClassName
{
background-color: #C1BF45;
}
</style>
border-color css
<style>
span { border-color: #C1BF45; }
span { border-color: rgb(193,191,69); }
td.TdClassName
{
border-color: #C1BF45;
}
.TagClassName
{
border-color: #C1BF45;
}
</style>