Shades of Celery #BDBA4D
Tints of Celery #BDBA4D
RGB
CMYK
RGB Variations
Color information
#BDBA4D (or 0xBDBA4D) is known color: Celery. HEX triplet: BD, BA and 4D. RGB value is (189,186,77). Sum of RGB (Red+Green+Blue) = 189+186+77=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA4D is #4245B2. Grayscale: #AEAEAE. Windows color (decimal): -4343219 or 5094077. OLE color: 5094077.
HSL color Cylindrical-coordinate representation of color #BDBA4D: hue angle of 58.39º 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 #BDBA4D is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 77 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.26 |
| HSL | 58.39º | 0.46% | 0.52% | - |
| HSV(B) | 58.39º | 0.59% | 0.74% | - |
| XYZ | 39.88 | 46.47 | 13.89 | - |
| YUV | 174.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 77 | 0 | 0.02 | 0.59 | 0.26 | 58.39 | 0.46 | 0.52 |
| Hex | BD | BA | 4D | 0 | 2 | 3B | 1A | 3A | 2E | 34 |
| Octal | 275 | 272 | 115 | 0 | 2 | 73 | 32 | 72 | 56 | 64 |
| Binary | 10111101 | 10111010 | 1001101 | 0 | 10 | 111011 | 11010 | 111010 | 101110 | 110100 |
Color Harmonies of #BDBA4D
Complementary color
Monochromatic Colors of #BDBA4D
Black with #BDBA4D
Text Example
Text Example
White with #BDBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA4D; }
p { color: rgb(189,186,77); }
H1.HeaderClassName
{
color: #BDBA4D;
}
.AnyTagClassName
{
color: #BDBA4D;
}
</style>
background-color css
<style>
a { background-color: #BDBA4D; }
a { background-color: rgb(189,186,77); }
div.DivClassName
{
background-color: #BDBA4D;
}
.BgClassName
{
background-color: #BDBA4D;
}
</style>
border-color css
<style>
span { border-color: #BDBA4D; }
span { border-color: rgb(189,186,77); }
td.TdClassName
{
border-color: #BDBA4D;
}
.TagClassName
{
border-color: #BDBA4D;
}
</style>