Shades of Celery #C4BF49
Tints of Celery #C4BF49
RGB
CMYK
RGB Variations
Color information
#C4BF49 (or 0xC4BF49) is known color: Celery. HEX triplet: C4, BF and 49. RGB value is (196,191,73). Sum of RGB (Red+Green+Blue) = 196+191+73=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF49 is #3B40B6. Grayscale: #B3B3B3. Windows color (decimal): -3883191 or 4833220. OLE color: 4833220.
HSL color Cylindrical-coordinate representation of color #C4BF49: hue angle of 57.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4BF49 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 73 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.23 |
| HSL | 57.56º | 0.51% | 0.53% | - |
| HSV(B) | 57.56º | 0.63% | 0.77% | - |
| XYZ | 42.6 | 49.48 | 13.61 | - |
| YUV | 179.04 | 68.16 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 73 | 0 | 0.03 | 0.63 | 0.23 | 57.56 | 0.51 | 0.53 |
| Hex | C4 | BF | 49 | 0 | 3 | 3F | 17 | 3A | 33 | 35 |
| Octal | 304 | 277 | 111 | 0 | 3 | 77 | 27 | 72 | 63 | 65 |
| Binary | 11000100 | 10111111 | 1001001 | 0 | 11 | 111111 | 10111 | 111010 | 110011 | 110101 |
Color Harmonies of #C4BF49
Complementary color
Monochromatic Colors of #C4BF49
Black with #C4BF49
Text Example
Text Example
White with #C4BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF49; }
p { color: rgb(196,191,73); }
H1.HeaderClassName
{
color: #C4BF49;
}
.AnyTagClassName
{
color: #C4BF49;
}
</style>
background-color css
<style>
a { background-color: #C4BF49; }
a { background-color: rgb(196,191,73); }
div.DivClassName
{
background-color: #C4BF49;
}
.BgClassName
{
background-color: #C4BF49;
}
</style>
border-color css
<style>
span { border-color: #C4BF49; }
span { border-color: rgb(196,191,73); }
td.TdClassName
{
border-color: #C4BF49;
}
.TagClassName
{
border-color: #C4BF49;
}
</style>