Shades of Celery #BDBA4E
Tints of Celery #BDBA4E
RGB
CMYK
RGB Variations
Color information
#BDBA4E (or 0xBDBA4E) is known color: Celery. HEX triplet: BD, BA and 4E. RGB value is (189,186,78). Sum of RGB (Red+Green+Blue) = 189+186+78=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA4E is #4245B1. Grayscale: #AFAFAF. Windows color (decimal): -4343218 or 5159613. OLE color: 5159613.
HSL color Cylindrical-coordinate representation of color #BDBA4E: hue angle of 58.38º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDBA4E is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 78 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.26 |
| HSL | 58.38º | 0.46% | 0.52% | - |
| HSV(B) | 58.38º | 0.59% | 0.74% | - |
| XYZ | 39.92 | 46.49 | 14.08 | - |
| YUV | 174.59 | 73.49 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 78 | 0 | 0.02 | 0.59 | 0.26 | 58.38 | 0.46 | 0.52 |
| Hex | BD | BA | 4E | 0 | 2 | 3B | 1A | 3A | 2E | 34 |
| Octal | 275 | 272 | 116 | 0 | 2 | 73 | 32 | 72 | 56 | 64 |
| Binary | 10111101 | 10111010 | 1001110 | 0 | 10 | 111011 | 11010 | 111010 | 101110 | 110100 |
Color Harmonies of #BDBA4E
Complementary color
Monochromatic Colors of #BDBA4E
Black with #BDBA4E
Text Example
Text Example
White with #BDBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA4E; }
p { color: rgb(189,186,78); }
H1.HeaderClassName
{
color: #BDBA4E;
}
.AnyTagClassName
{
color: #BDBA4E;
}
</style>
background-color css
<style>
a { background-color: #BDBA4E; }
a { background-color: rgb(189,186,78); }
div.DivClassName
{
background-color: #BDBA4E;
}
.BgClassName
{
background-color: #BDBA4E;
}
</style>
border-color css
<style>
span { border-color: #BDBA4E; }
span { border-color: rgb(189,186,78); }
td.TdClassName
{
border-color: #BDBA4E;
}
.TagClassName
{
border-color: #BDBA4E;
}
</style>