Shades of Celery #BDBA44
Tints of Celery #BDBA44
RGB
CMYK
RGB Variations
Color information
#BDBA44 (or 0xBDBA44) is known color: Celery. HEX triplet: BD, BA and 44. RGB value is (189,186,68). Sum of RGB (Red+Green+Blue) = 189+186+68=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA44 is #4245BB. Grayscale: #ADADAD. Windows color (decimal): -4343228 or 4504253. OLE color: 4504253.
HSL color Cylindrical-coordinate representation of color #BDBA44: hue angle of 58.51º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDBA44 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 68 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.26 |
| HSL | 58.51º | 0.48% | 0.5% | - |
| HSV(B) | 58.51º | 0.64% | 0.74% | - |
| XYZ | 39.59 | 46.35 | 12.33 | - |
| YUV | 173.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 68 | 0 | 0.02 | 0.64 | 0.26 | 58.51 | 0.48 | 0.5 |
| Hex | BD | BA | 44 | 0 | 2 | 40 | 1A | 3B | 30 | 32 |
| Octal | 275 | 272 | 104 | 0 | 2 | 100 | 32 | 73 | 60 | 62 |
| Binary | 10111101 | 10111010 | 1000100 | 0 | 10 | 1000000 | 11010 | 111011 | 110000 | 110010 |
Color Harmonies of #BDBA44
Complementary color
Monochromatic Colors of #BDBA44
Black with #BDBA44
Text Example
Text Example
White with #BDBA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA44; }
p { color: rgb(189,186,68); }
H1.HeaderClassName
{
color: #BDBA44;
}
.AnyTagClassName
{
color: #BDBA44;
}
</style>
background-color css
<style>
a { background-color: #BDBA44; }
a { background-color: rgb(189,186,68); }
div.DivClassName
{
background-color: #BDBA44;
}
.BgClassName
{
background-color: #BDBA44;
}
</style>
border-color css
<style>
span { border-color: #BDBA44; }
span { border-color: rgb(189,186,68); }
td.TdClassName
{
border-color: #BDBA44;
}
.TagClassName
{
border-color: #BDBA44;
}
</style>