Shades of Celery #C4C44B
Tints of Celery #C4C44B
RGB
CMYK
RGB Variations
Color information
#C4C44B (or 0xC4C44B) is known color: Celery. HEX triplet: C4, C4 and 4B. RGB value is (196,196,75). Sum of RGB (Red+Green+Blue) = 196+196+75=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C44B is #3B3BB4. Grayscale: #B6B6B6. Windows color (decimal): -3881909 or 4965572. OLE color: 4965572.
HSL color Cylindrical-coordinate representation of color #C4C44B: hue angle of 60º 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 #C4C44B is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 196 | 75 | - |
| CMYK | 0 | 0 | 0.62 | 0.23 |
| HSL | 60º | 0.51% | 0.53% | - |
| HSV(B) | 60º | 0.62% | 0.77% | - |
| XYZ | 43.77 | 51.72 | 14.33 | - |
| YUV | 182.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 196 | 75 | 0 | 0 | 0.62 | 0.23 | 60 | 0.51 | 0.53 |
| Hex | C4 | C4 | 4B | 0 | 0 | 3E | 17 | 3C | 33 | 35 |
| Octal | 304 | 304 | 113 | 0 | 0 | 76 | 27 | 74 | 63 | 65 |
| Binary | 11000100 | 11000100 | 1001011 | 0 | 0 | 111110 | 10111 | 111100 | 110011 | 110101 |
Color Harmonies of #C4C44B
Complementary color
Monochromatic Colors of #C4C44B
Black with #C4C44B
Text Example
Text Example
White with #C4C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C44B; }
p { color: rgb(196,196,75); }
H1.HeaderClassName
{
color: #C4C44B;
}
.AnyTagClassName
{
color: #C4C44B;
}
</style>
background-color css
<style>
a { background-color: #C4C44B; }
a { background-color: rgb(196,196,75); }
div.DivClassName
{
background-color: #C4C44B;
}
.BgClassName
{
background-color: #C4C44B;
}
</style>
border-color css
<style>
span { border-color: #C4C44B; }
span { border-color: rgb(196,196,75); }
td.TdClassName
{
border-color: #C4C44B;
}
.TagClassName
{
border-color: #C4C44B;
}
</style>