Shades of Celery #C4C94B
Tints of Celery #C4C94B
RGB
CMYK
RGB Variations
Color information
#C4C94B (or 0xC4C94B) is known color: Celery. HEX triplet: C4, C9 and 4B. RGB value is (196,201,75). Sum of RGB (Red+Green+Blue) = 196+201+75=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C94B is #3B36B4. Grayscale: #B9B9B9. Windows color (decimal): -3880629 or 4966852. OLE color: 4966852.
HSL color Cylindrical-coordinate representation of color #C4C94B: hue angle of 62.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4C94B is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 75 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.21 |
| HSL | 62.38º | 0.54% | 0.54% | - |
| HSV(B) | 62.38º | 0.63% | 0.79% | - |
| XYZ | 44.92 | 54.02 | 14.72 | - |
| YUV | 185.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 75 | 0.02 | 0 | 0.63 | 0.21 | 62.38 | 0.54 | 0.54 |
| Hex | C4 | C9 | 4B | 2 | 0 | 3F | 15 | 3E | 36 | 36 |
| Octal | 304 | 311 | 113 | 2 | 0 | 77 | 25 | 76 | 66 | 66 |
| Binary | 11000100 | 11001001 | 1001011 | 10 | 0 | 111111 | 10101 | 111110 | 110110 | 110110 |
Color Harmonies of #C4C94B
Complementary color
Monochromatic Colors of #C4C94B
Black with #C4C94B
Text Example
Text Example
White with #C4C94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C94B; }
p { color: rgb(196,201,75); }
H1.HeaderClassName
{
color: #C4C94B;
}
.AnyTagClassName
{
color: #C4C94B;
}
</style>
background-color css
<style>
a { background-color: #C4C94B; }
a { background-color: rgb(196,201,75); }
div.DivClassName
{
background-color: #C4C94B;
}
.BgClassName
{
background-color: #C4C94B;
}
</style>
border-color css
<style>
span { border-color: #C4C94B; }
span { border-color: rgb(196,201,75); }
td.TdClassName
{
border-color: #C4C94B;
}
.TagClassName
{
border-color: #C4C94B;
}
</style>