Shades of Celery #BDBA45
Tints of Celery #BDBA45
RGB
CMYK
RGB Variations
Color information
#BDBA45 (or 0xBDBA45) is known color: Celery. HEX triplet: BD, BA and 45. RGB value is (189,186,69). Sum of RGB (Red+Green+Blue) = 189+186+69=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA45 is #4245BA. Grayscale: #AEAEAE. Windows color (decimal): -4343227 or 4569789. OLE color: 4569789.
HSL color Cylindrical-coordinate representation of color #BDBA45: hue angle of 58.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDBA45 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 69 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.26 |
| HSL | 58.5º | 0.48% | 0.51% | - |
| HSV(B) | 58.5º | 0.63% | 0.74% | - |
| XYZ | 39.62 | 46.37 | 12.49 | - |
| YUV | 173.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 69 | 0 | 0.02 | 0.63 | 0.26 | 58.5 | 0.48 | 0.51 |
| Hex | BD | BA | 45 | 0 | 2 | 3F | 1A | 3A | 30 | 33 |
| Octal | 275 | 272 | 105 | 0 | 2 | 77 | 32 | 72 | 60 | 63 |
| Binary | 10111101 | 10111010 | 1000101 | 0 | 10 | 111111 | 11010 | 111010 | 110000 | 110011 |
Color Harmonies of #BDBA45
Complementary color
Monochromatic Colors of #BDBA45
Black with #BDBA45
Text Example
Text Example
White with #BDBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA45; }
p { color: rgb(189,186,69); }
H1.HeaderClassName
{
color: #BDBA45;
}
.AnyTagClassName
{
color: #BDBA45;
}
</style>
background-color css
<style>
a { background-color: #BDBA45; }
a { background-color: rgb(189,186,69); }
div.DivClassName
{
background-color: #BDBA45;
}
.BgClassName
{
background-color: #BDBA45;
}
</style>
border-color css
<style>
span { border-color: #BDBA45; }
span { border-color: rgb(189,186,69); }
td.TdClassName
{
border-color: #BDBA45;
}
.TagClassName
{
border-color: #BDBA45;
}
</style>