Shades of Celery #C2CB47
Tints of Celery #C2CB47
RGB
CMYK
RGB Variations
Color information
#C2CB47 (or 0xC2CB47) is known color: Celery. HEX triplet: C2, CB and 47. RGB value is (194,203,71). Sum of RGB (Red+Green+Blue) = 194+203+71=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB47 is #3D34B8. Grayscale: #B9B9B9. Windows color (decimal): -4011193 or 4705218. OLE color: 4705218.
HSL color Cylindrical-coordinate representation of color #C2CB47: hue angle of 64.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2CB47 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 71 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.20 |
| HSL | 64.09º | 0.56% | 0.54% | - |
| HSV(B) | 64.09º | 0.65% | 0.8% | - |
| XYZ | 44.74 | 54.64 | 14.15 | - |
| YUV | 185.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 71 | 0.04 | 0 | 0.65 | 0.20 | 64.09 | 0.56 | 0.54 |
| Hex | C2 | CB | 47 | 4 | 0 | 41 | 14 | 40 | 38 | 36 |
| Octal | 302 | 313 | 107 | 4 | 0 | 101 | 24 | 100 | 70 | 66 |
| Binary | 11000010 | 11001011 | 1000111 | 100 | 0 | 1000001 | 10100 | 1000000 | 111000 | 110110 |
Color Harmonies of #C2CB47
Complementary color
Monochromatic Colors of #C2CB47
Black with #C2CB47
Text Example
Text Example
White with #C2CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB47; }
p { color: rgb(194,203,71); }
H1.HeaderClassName
{
color: #C2CB47;
}
.AnyTagClassName
{
color: #C2CB47;
}
</style>
background-color css
<style>
a { background-color: #C2CB47; }
a { background-color: rgb(194,203,71); }
div.DivClassName
{
background-color: #C2CB47;
}
.BgClassName
{
background-color: #C2CB47;
}
</style>
border-color css
<style>
span { border-color: #C2CB47; }
span { border-color: rgb(194,203,71); }
td.TdClassName
{
border-color: #C2CB47;
}
.TagClassName
{
border-color: #C2CB47;
}
</style>