Shades of Celery #C2BF42
Tints of Celery #C2BF42
RGB
CMYK
RGB Variations
Color information
#C2BF42 (or 0xC2BF42) is known color: Celery. HEX triplet: C2, BF and 42. RGB value is (194,191,66). Sum of RGB (Red+Green+Blue) = 194+191+66=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF42 is #3D40BD. Grayscale: #B2B2B2. Windows color (decimal): -4014270 or 4374466. OLE color: 4374466.
HSL color Cylindrical-coordinate representation of color #C2BF42: hue angle of 58.59º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2BF42 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 66 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.24 |
| HSL | 58.59º | 0.51% | 0.51% | - |
| HSV(B) | 58.59º | 0.66% | 0.76% | - |
| XYZ | 41.86 | 49.12 | 12.43 | - |
| YUV | 177.65 | 64.99 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 66 | 0 | 0.02 | 0.66 | 0.24 | 58.59 | 0.51 | 0.51 |
| Hex | C2 | BF | 42 | 0 | 2 | 42 | 18 | 3B | 33 | 33 |
| Octal | 302 | 277 | 102 | 0 | 2 | 102 | 30 | 73 | 63 | 63 |
| Binary | 11000010 | 10111111 | 1000010 | 0 | 10 | 1000010 | 11000 | 111011 | 110011 | 110011 |
Color Harmonies of #C2BF42
Complementary color
Monochromatic Colors of #C2BF42
Black with #C2BF42
Text Example
Text Example
White with #C2BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF42; }
p { color: rgb(194,191,66); }
H1.HeaderClassName
{
color: #C2BF42;
}
.AnyTagClassName
{
color: #C2BF42;
}
</style>
background-color css
<style>
a { background-color: #C2BF42; }
a { background-color: rgb(194,191,66); }
div.DivClassName
{
background-color: #C2BF42;
}
.BgClassName
{
background-color: #C2BF42;
}
</style>
border-color css
<style>
span { border-color: #C2BF42; }
span { border-color: rgb(194,191,66); }
td.TdClassName
{
border-color: #C2BF42;
}
.TagClassName
{
border-color: #C2BF42;
}
</style>