Shades of Celery #C2CB4B
Tints of Celery #C2CB4B
RGB
CMYK
RGB Variations
Color information
#C2CB4B (or 0xC2CB4B) is known color: Celery. HEX triplet: C2, CB and 4B. RGB value is (194,203,75). Sum of RGB (Red+Green+Blue) = 194+203+75=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CB4B is #3D34B4. Grayscale: #BABABA. Windows color (decimal): -4011189 or 4967362. OLE color: 4967362.
HSL color Cylindrical-coordinate representation of color #C2CB4B: hue angle of 64.22º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2CB4B is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 75 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.20 |
| HSL | 64.22º | 0.55% | 0.55% | - |
| HSV(B) | 64.22º | 0.63% | 0.8% | - |
| XYZ | 44.87 | 54.69 | 14.85 | - |
| YUV | 185.72 | 65.52 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 75 | 0.04 | 0 | 0.63 | 0.20 | 64.22 | 0.55 | 0.55 |
| Hex | C2 | CB | 4B | 4 | 0 | 3F | 14 | 40 | 37 | 37 |
| Octal | 302 | 313 | 113 | 4 | 0 | 77 | 24 | 100 | 67 | 67 |
| Binary | 11000010 | 11001011 | 1001011 | 100 | 0 | 111111 | 10100 | 1000000 | 110111 | 110111 |
Color Harmonies of #C2CB4B
Complementary color
Monochromatic Colors of #C2CB4B
Black with #C2CB4B
Text Example
Text Example
White with #C2CB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB4B; }
p { color: rgb(194,203,75); }
H1.HeaderClassName
{
color: #C2CB4B;
}
.AnyTagClassName
{
color: #C2CB4B;
}
</style>
background-color css
<style>
a { background-color: #C2CB4B; }
a { background-color: rgb(194,203,75); }
div.DivClassName
{
background-color: #C2CB4B;
}
.BgClassName
{
background-color: #C2CB4B;
}
</style>
border-color css
<style>
span { border-color: #C2CB4B; }
span { border-color: rgb(194,203,75); }
td.TdClassName
{
border-color: #C2CB4B;
}
.TagClassName
{
border-color: #C2CB4B;
}
</style>