Shades of Celery #C2C44B
Tints of Celery #C2C44B
RGB
CMYK
RGB Variations
Color information
#C2C44B (or 0xC2C44B) is known color: Celery. HEX triplet: C2, C4 and 4B. RGB value is (194,196,75). Sum of RGB (Red+Green+Blue) = 194+196+75=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C44B is #3D3BB4. Grayscale: #B6B6B6. Windows color (decimal): -4012981 or 4965570. OLE color: 4965570.
HSL color Cylindrical-coordinate representation of color #C2C44B: hue angle of 60.99º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2C44B is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 75 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.23 |
| HSL | 60.99º | 0.51% | 0.53% | - |
| HSV(B) | 60.99º | 0.62% | 0.77% | - |
| XYZ | 43.26 | 51.46 | 14.31 | - |
| YUV | 181.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 75 | 0.01 | 0 | 0.62 | 0.23 | 60.99 | 0.51 | 0.53 |
| Hex | C2 | C4 | 4B | 1 | 0 | 3E | 17 | 3D | 33 | 35 |
| Octal | 302 | 304 | 113 | 1 | 0 | 76 | 27 | 75 | 63 | 65 |
| Binary | 11000010 | 11000100 | 1001011 | 1 | 0 | 111110 | 10111 | 111101 | 110011 | 110101 |
Color Harmonies of #C2C44B
Complementary color
Monochromatic Colors of #C2C44B
Black with #C2C44B
Text Example
Text Example
White with #C2C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C44B; }
p { color: rgb(194,196,75); }
H1.HeaderClassName
{
color: #C2C44B;
}
.AnyTagClassName
{
color: #C2C44B;
}
</style>
background-color css
<style>
a { background-color: #C2C44B; }
a { background-color: rgb(194,196,75); }
div.DivClassName
{
background-color: #C2C44B;
}
.BgClassName
{
background-color: #C2C44B;
}
</style>
border-color css
<style>
span { border-color: #C2C44B; }
span { border-color: rgb(194,196,75); }
td.TdClassName
{
border-color: #C2C44B;
}
.TagClassName
{
border-color: #C2C44B;
}
</style>