Shades of Celery #C5BF4A
Tints of Celery #C5BF4A
RGB
CMYK
RGB Variations
Color information
#C5BF4A (or 0xC5BF4A) is known color: Celery. HEX triplet: C5, BF and 4A. RGB value is (197,191,74). Sum of RGB (Red+Green+Blue) = 197+191+74=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BF4A is #3A40B5. Grayscale: #B3B3B3. Windows color (decimal): -3817654 or 4898757. OLE color: 4898757.
HSL color Cylindrical-coordinate representation of color #C5BF4A: hue angle of 57.07º 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 #C5BF4A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 74 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.23 |
| HSL | 57.07º | 0.51% | 0.53% | - |
| HSV(B) | 57.07º | 0.62% | 0.77% | - |
| XYZ | 42.89 | 49.63 | 13.8 | - |
| YUV | 179.46 | 68.49 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 74 | 0 | 0.03 | 0.62 | 0.23 | 57.07 | 0.51 | 0.53 |
| Hex | C5 | BF | 4A | 0 | 3 | 3E | 17 | 39 | 33 | 35 |
| Octal | 305 | 277 | 112 | 0 | 3 | 76 | 27 | 71 | 63 | 65 |
| Binary | 11000101 | 10111111 | 1001010 | 0 | 11 | 111110 | 10111 | 111001 | 110011 | 110101 |
Color Harmonies of #C5BF4A
Complementary color
Monochromatic Colors of #C5BF4A
Black with #C5BF4A
Text Example
Text Example
White with #C5BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF4A; }
p { color: rgb(197,191,74); }
H1.HeaderClassName
{
color: #C5BF4A;
}
.AnyTagClassName
{
color: #C5BF4A;
}
</style>
background-color css
<style>
a { background-color: #C5BF4A; }
a { background-color: rgb(197,191,74); }
div.DivClassName
{
background-color: #C5BF4A;
}
.BgClassName
{
background-color: #C5BF4A;
}
</style>
border-color css
<style>
span { border-color: #C5BF4A; }
span { border-color: rgb(197,191,74); }
td.TdClassName
{
border-color: #C5BF4A;
}
.TagClassName
{
border-color: #C5BF4A;
}
</style>