Shades of Celery #C4BE4E
Tints of Celery #C4BE4E
RGB
CMYK
RGB Variations
Color information
#C4BE4E (or 0xC4BE4E) is known color: Celery. HEX triplet: C4, BE and 4E. RGB value is (196,190,78). Sum of RGB (Red+Green+Blue) = 196+190+78=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE4E is #3B41B1. Grayscale: #B3B3B3. Windows color (decimal): -3883442 or 5160644. OLE color: 5160644.
HSL color Cylindrical-coordinate representation of color #C4BE4E: hue angle of 56.95º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4BE4E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 78 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.23 |
| HSL | 56.95º | 0.5% | 0.54% | - |
| HSV(B) | 56.95º | 0.6% | 0.77% | - |
| XYZ | 42.55 | 49.11 | 14.44 | - |
| YUV | 179.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 78 | 0 | 0.03 | 0.60 | 0.23 | 56.95 | 0.5 | 0.54 |
| Hex | C4 | BE | 4E | 0 | 3 | 3C | 17 | 39 | 32 | 36 |
| Octal | 304 | 276 | 116 | 0 | 3 | 74 | 27 | 71 | 62 | 66 |
| Binary | 11000100 | 10111110 | 1001110 | 0 | 11 | 111100 | 10111 | 111001 | 110010 | 110110 |
Color Harmonies of #C4BE4E
Complementary color
Monochromatic Colors of #C4BE4E
Black with #C4BE4E
Text Example
Text Example
White with #C4BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE4E; }
p { color: rgb(196,190,78); }
H1.HeaderClassName
{
color: #C4BE4E;
}
.AnyTagClassName
{
color: #C4BE4E;
}
</style>
background-color css
<style>
a { background-color: #C4BE4E; }
a { background-color: rgb(196,190,78); }
div.DivClassName
{
background-color: #C4BE4E;
}
.BgClassName
{
background-color: #C4BE4E;
}
</style>
border-color css
<style>
span { border-color: #C4BE4E; }
span { border-color: rgb(196,190,78); }
td.TdClassName
{
border-color: #C4BE4E;
}
.TagClassName
{
border-color: #C4BE4E;
}
</style>