Shades of Celery #BDBD50
Tints of Celery #BDBD50
RGB
CMYK
RGB Variations
Color information
#BDBD50 (or 0xBDBD50) is known color: Celery. HEX triplet: BD, BD and 50. RGB value is (189,189,80). Sum of RGB (Red+Green+Blue) = 189+189+80=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD50 is #4242AF. Grayscale: #B1B1B1. Windows color (decimal): -4342448 or 5291453. OLE color: 5291453.
HSL color Cylindrical-coordinate representation of color #BDBD50: hue angle of 60º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDBD50 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 80 | - |
| CMYK | 0 | 0 | 0.58 | 0.26 |
| HSL | 60º | 0.45% | 0.53% | - |
| HSV(B) | 60º | 0.58% | 0.74% | - |
| XYZ | 40.63 | 47.79 | 14.67 | - |
| YUV | 176.57 | 73.5 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 80 | 0 | 0 | 0.58 | 0.26 | 60 | 0.45 | 0.53 |
| Hex | BD | BD | 50 | 0 | 0 | 3A | 1A | 3C | 2D | 35 |
| Octal | 275 | 275 | 120 | 0 | 0 | 72 | 32 | 74 | 55 | 65 |
| Binary | 10111101 | 10111101 | 1010000 | 0 | 0 | 111010 | 11010 | 111100 | 101101 | 110101 |
Color Harmonies of #BDBD50
Complementary color
Monochromatic Colors of #BDBD50
Black with #BDBD50
Text Example
Text Example
White with #BDBD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD50; }
p { color: rgb(189,189,80); }
H1.HeaderClassName
{
color: #BDBD50;
}
.AnyTagClassName
{
color: #BDBD50;
}
</style>
background-color css
<style>
a { background-color: #BDBD50; }
a { background-color: rgb(189,189,80); }
div.DivClassName
{
background-color: #BDBD50;
}
.BgClassName
{
background-color: #BDBD50;
}
</style>
border-color css
<style>
span { border-color: #BDBD50; }
span { border-color: rgb(189,189,80); }
td.TdClassName
{
border-color: #BDBD50;
}
.TagClassName
{
border-color: #BDBD50;
}
</style>