Shades of Celery #C2BB4C
Tints of Celery #C2BB4C
RGB
CMYK
RGB Variations
Color information
#C2BB4C (or 0xC2BB4C) is known color: Celery. HEX triplet: C2, BB and 4C. RGB value is (194,187,76). Sum of RGB (Red+Green+Blue) = 194+187+76=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BB4C is #3D44B3. Grayscale: #B0B0B0. Windows color (decimal): -4015284 or 5028802. OLE color: 5028802.
HSL color Cylindrical-coordinate representation of color #C2BB4C: hue angle of 56.44º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2BB4C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 76 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.24 |
| HSL | 56.44º | 0.49% | 0.53% | - |
| HSV(B) | 56.44º | 0.61% | 0.76% | - |
| XYZ | 41.32 | 47.53 | 13.83 | - |
| YUV | 176.44 | 71.32 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 76 | 0 | 0.04 | 0.61 | 0.24 | 56.44 | 0.49 | 0.53 |
| Hex | C2 | BB | 4C | 0 | 4 | 3D | 18 | 38 | 31 | 35 |
| Octal | 302 | 273 | 114 | 0 | 4 | 75 | 30 | 70 | 61 | 65 |
| Binary | 11000010 | 10111011 | 1001100 | 0 | 100 | 111101 | 11000 | 111000 | 110001 | 110101 |
Color Harmonies of #C2BB4C
Complementary color
Monochromatic Colors of #C2BB4C
Black with #C2BB4C
Text Example
Text Example
White with #C2BB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB4C; }
p { color: rgb(194,187,76); }
H1.HeaderClassName
{
color: #C2BB4C;
}
.AnyTagClassName
{
color: #C2BB4C;
}
</style>
background-color css
<style>
a { background-color: #C2BB4C; }
a { background-color: rgb(194,187,76); }
div.DivClassName
{
background-color: #C2BB4C;
}
.BgClassName
{
background-color: #C2BB4C;
}
</style>
border-color css
<style>
span { border-color: #C2BB4C; }
span { border-color: rgb(194,187,76); }
td.TdClassName
{
border-color: #C2BB4C;
}
.TagClassName
{
border-color: #C2BB4C;
}
</style>