Shades of Celery #C1BF44
Tints of Celery #C1BF44
RGB
CMYK
RGB Variations
Color information
#C1BF44 (or 0xC1BF44) is known color: Celery. HEX triplet: C1, BF and 44. RGB value is (193,191,68). Sum of RGB (Red+Green+Blue) = 193+191+68=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF44 is #3E40BB. Grayscale: #B2B2B2. Windows color (decimal): -4079804 or 4505537. OLE color: 4505537.
HSL color Cylindrical-coordinate representation of color #C1BF44: hue angle of 59.04º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1BF44 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 68 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.24 |
| HSL | 59.04º | 0.5% | 0.51% | - |
| HSV(B) | 59.04º | 0.65% | 0.76% | - |
| XYZ | 41.67 | 49.02 | 12.73 | - |
| YUV | 177.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 68 | 0 | 0.01 | 0.65 | 0.24 | 59.04 | 0.5 | 0.51 |
| Hex | C1 | BF | 44 | 0 | 1 | 41 | 18 | 3B | 32 | 33 |
| Octal | 301 | 277 | 104 | 0 | 1 | 101 | 30 | 73 | 62 | 63 |
| Binary | 11000001 | 10111111 | 1000100 | 0 | 1 | 1000001 | 11000 | 111011 | 110010 | 110011 |
Color Harmonies of #C1BF44
Complementary color
Monochromatic Colors of #C1BF44
Black with #C1BF44
Text Example
Text Example
White with #C1BF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF44; }
p { color: rgb(193,191,68); }
H1.HeaderClassName
{
color: #C1BF44;
}
.AnyTagClassName
{
color: #C1BF44;
}
</style>
background-color css
<style>
a { background-color: #C1BF44; }
a { background-color: rgb(193,191,68); }
div.DivClassName
{
background-color: #C1BF44;
}
.BgClassName
{
background-color: #C1BF44;
}
</style>
border-color css
<style>
span { border-color: #C1BF44; }
span { border-color: rgb(193,191,68); }
td.TdClassName
{
border-color: #C1BF44;
}
.TagClassName
{
border-color: #C1BF44;
}
</style>