Shades of Celery #BDBA40
Tints of Celery #BDBA40
RGB
CMYK
RGB Variations
Color information
#BDBA40 (or 0xBDBA40) is known color: Celery. HEX triplet: BD, BA and 40. RGB value is (189,186,64). Sum of RGB (Red+Green+Blue) = 189+186+64=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA40 is #4245BF. Grayscale: #ADADAD. Windows color (decimal): -4343232 or 4242109. OLE color: 4242109.
HSL color Cylindrical-coordinate representation of color #BDBA40: hue angle of 58.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDBA40 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 64 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.26 |
| HSL | 58.56º | 0.49% | 0.5% | - |
| HSV(B) | 58.56º | 0.66% | 0.74% | - |
| XYZ | 39.47 | 46.31 | 11.71 | - |
| YUV | 172.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 64 | 0 | 0.02 | 0.66 | 0.26 | 58.56 | 0.49 | 0.5 |
| Hex | BD | BA | 40 | 0 | 2 | 42 | 1A | 3B | 31 | 32 |
| Octal | 275 | 272 | 100 | 0 | 2 | 102 | 32 | 73 | 61 | 62 |
| Binary | 10111101 | 10111010 | 1000000 | 0 | 10 | 1000010 | 11010 | 111011 | 110001 | 110010 |
Color Harmonies of #BDBA40
Complementary color
Monochromatic Colors of #BDBA40
Black with #BDBA40
Text Example
Text Example
White with #BDBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA40; }
p { color: rgb(189,186,64); }
H1.HeaderClassName
{
color: #BDBA40;
}
.AnyTagClassName
{
color: #BDBA40;
}
</style>
background-color css
<style>
a { background-color: #BDBA40; }
a { background-color: rgb(189,186,64); }
div.DivClassName
{
background-color: #BDBA40;
}
.BgClassName
{
background-color: #BDBA40;
}
</style>
border-color css
<style>
span { border-color: #BDBA40; }
span { border-color: rgb(189,186,64); }
td.TdClassName
{
border-color: #BDBA40;
}
.TagClassName
{
border-color: #BDBA40;
}
</style>