Shades of Celery #C4BE4A
Tints of Celery #C4BE4A
RGB
CMYK
RGB Variations
Color information
#C4BE4A (or 0xC4BE4A) is known color: Celery. HEX triplet: C4, BE and 4A. RGB value is (196,190,74). Sum of RGB (Red+Green+Blue) = 196+190+74=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE4A is #3B41B5. Grayscale: #B3B3B3. Windows color (decimal): -3883446 or 4898500. OLE color: 4898500.
HSL color Cylindrical-coordinate representation of color #C4BE4A: hue angle of 57.05º 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 #C4BE4A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 74 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.23 |
| HSL | 57.05º | 0.51% | 0.53% | - |
| HSV(B) | 57.05º | 0.62% | 0.77% | - |
| XYZ | 42.41 | 49.06 | 13.71 | - |
| YUV | 178.57 | 68.99 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 74 | 0 | 0.03 | 0.62 | 0.23 | 57.05 | 0.51 | 0.53 |
| Hex | C4 | BE | 4A | 0 | 3 | 3E | 17 | 39 | 33 | 35 |
| Octal | 304 | 276 | 112 | 0 | 3 | 76 | 27 | 71 | 63 | 65 |
| Binary | 11000100 | 10111110 | 1001010 | 0 | 11 | 111110 | 10111 | 111001 | 110011 | 110101 |
Color Harmonies of #C4BE4A
Complementary color
Monochromatic Colors of #C4BE4A
Black with #C4BE4A
Text Example
Text Example
White with #C4BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE4A; }
p { color: rgb(196,190,74); }
H1.HeaderClassName
{
color: #C4BE4A;
}
.AnyTagClassName
{
color: #C4BE4A;
}
</style>
background-color css
<style>
a { background-color: #C4BE4A; }
a { background-color: rgb(196,190,74); }
div.DivClassName
{
background-color: #C4BE4A;
}
.BgClassName
{
background-color: #C4BE4A;
}
</style>
border-color css
<style>
span { border-color: #C4BE4A; }
span { border-color: rgb(196,190,74); }
td.TdClassName
{
border-color: #C4BE4A;
}
.TagClassName
{
border-color: #C4BE4A;
}
</style>