Shades of Celery #BDBD51
Tints of Celery #BDBD51
RGB
CMYK
RGB Variations
Color information
#BDBD51 (or 0xBDBD51) is known color: Celery. HEX triplet: BD, BD and 51. RGB value is (189,189,81). Sum of RGB (Red+Green+Blue) = 189+189+81=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD51 is #4242AE. Grayscale: #B1B1B1. Windows color (decimal): -4342447 or 5356989. OLE color: 5356989.
HSL color Cylindrical-coordinate representation of color #BDBD51: 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.57%. Process color model (Four color, CMYK) of #BDBD51 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 81 | - |
| CMYK | 0 | 0 | 0.57 | 0.26 |
| HSL | 60º | 0.45% | 0.53% | - |
| HSV(B) | 60º | 0.57% | 0.74% | - |
| XYZ | 40.67 | 47.81 | 14.87 | - |
| YUV | 176.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 81 | 0 | 0 | 0.57 | 0.26 | 60 | 0.45 | 0.53 |
| Hex | BD | BD | 51 | 0 | 0 | 39 | 1A | 3C | 2D | 35 |
| Octal | 275 | 275 | 121 | 0 | 0 | 71 | 32 | 74 | 55 | 65 |
| Binary | 10111101 | 10111101 | 1010001 | 0 | 0 | 111001 | 11010 | 111100 | 101101 | 110101 |
Color Harmonies of #BDBD51
Complementary color
Monochromatic Colors of #BDBD51
Black with #BDBD51
Text Example
Text Example
White with #BDBD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD51; }
p { color: rgb(189,189,81); }
H1.HeaderClassName
{
color: #BDBD51;
}
.AnyTagClassName
{
color: #BDBD51;
}
</style>
background-color css
<style>
a { background-color: #BDBD51; }
a { background-color: rgb(189,189,81); }
div.DivClassName
{
background-color: #BDBD51;
}
.BgClassName
{
background-color: #BDBD51;
}
</style>
border-color css
<style>
span { border-color: #BDBD51; }
span { border-color: rgb(189,189,81); }
td.TdClassName
{
border-color: #BDBD51;
}
.TagClassName
{
border-color: #BDBD51;
}
</style>