Shades of Celery #C3BE4A
Tints of Celery #C3BE4A
RGB
CMYK
RGB Variations
Color information
#C3BE4A (or 0xC3BE4A) is known color: Celery. HEX triplet: C3, BE and 4A. RGB value is (195,190,74). Sum of RGB (Red+Green+Blue) = 195+190+74=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE4A is #3C41B5. Grayscale: #B2B2B2. Windows color (decimal): -3948982 or 4898499. OLE color: 4898499.
HSL color Cylindrical-coordinate representation of color #C3BE4A: hue angle of 57.52º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3BE4A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 74 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.24 |
| HSL | 57.52º | 0.5% | 0.53% | - |
| HSV(B) | 57.52º | 0.62% | 0.76% | - |
| XYZ | 42.16 | 48.92 | 13.7 | - |
| YUV | 178.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 74 | 0 | 0.03 | 0.62 | 0.24 | 57.52 | 0.5 | 0.53 |
| Hex | C3 | BE | 4A | 0 | 3 | 3E | 18 | 3A | 32 | 35 |
| Octal | 303 | 276 | 112 | 0 | 3 | 76 | 30 | 72 | 62 | 65 |
| Binary | 11000011 | 10111110 | 1001010 | 0 | 11 | 111110 | 11000 | 111010 | 110010 | 110101 |
Color Harmonies of #C3BE4A
Complementary color
Monochromatic Colors of #C3BE4A
Black with #C3BE4A
Text Example
Text Example
White with #C3BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE4A; }
p { color: rgb(195,190,74); }
H1.HeaderClassName
{
color: #C3BE4A;
}
.AnyTagClassName
{
color: #C3BE4A;
}
</style>
background-color css
<style>
a { background-color: #C3BE4A; }
a { background-color: rgb(195,190,74); }
div.DivClassName
{
background-color: #C3BE4A;
}
.BgClassName
{
background-color: #C3BE4A;
}
</style>
border-color css
<style>
span { border-color: #C3BE4A; }
span { border-color: rgb(195,190,74); }
td.TdClassName
{
border-color: #C3BE4A;
}
.TagClassName
{
border-color: #C3BE4A;
}
</style>