Shades of Celery #C5BD4B
Tints of Celery #C5BD4B
RGB
CMYK
RGB Variations
Color information
#C5BD4B (or 0xC5BD4B) is known color: Celery. HEX triplet: C5, BD and 4B. RGB value is (197,189,75). Sum of RGB (Red+Green+Blue) = 197+189+75=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BD4B is #3A42B4. Grayscale: #B2B2B2. Windows color (decimal): -3818165 or 4963781. OLE color: 4963781.
HSL color Cylindrical-coordinate representation of color #C5BD4B: hue angle of 56.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 #C5BD4B is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 75 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.23 |
| HSL | 56.07º | 0.51% | 0.53% | - |
| HSV(B) | 56.07º | 0.62% | 0.77% | - |
| XYZ | 42.49 | 48.77 | 13.83 | - |
| YUV | 178.4 | 69.65 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 75 | 0 | 0.04 | 0.62 | 0.23 | 56.07 | 0.51 | 0.53 |
| Hex | C5 | BD | 4B | 0 | 4 | 3E | 17 | 38 | 33 | 35 |
| Octal | 305 | 275 | 113 | 0 | 4 | 76 | 27 | 70 | 63 | 65 |
| Binary | 11000101 | 10111101 | 1001011 | 0 | 100 | 111110 | 10111 | 111000 | 110011 | 110101 |
Color Harmonies of #C5BD4B
Complementary color
Monochromatic Colors of #C5BD4B
Black with #C5BD4B
Text Example
Text Example
White with #C5BD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BD4B; }
p { color: rgb(197,189,75); }
H1.HeaderClassName
{
color: #C5BD4B;
}
.AnyTagClassName
{
color: #C5BD4B;
}
</style>
background-color css
<style>
a { background-color: #C5BD4B; }
a { background-color: rgb(197,189,75); }
div.DivClassName
{
background-color: #C5BD4B;
}
.BgClassName
{
background-color: #C5BD4B;
}
</style>
border-color css
<style>
span { border-color: #C5BD4B; }
span { border-color: rgb(197,189,75); }
td.TdClassName
{
border-color: #C5BD4B;
}
.TagClassName
{
border-color: #C5BD4B;
}
</style>