Shades of Celery #BDBC51
Tints of Celery #BDBC51
RGB
CMYK
RGB Variations
Color information
#BDBC51 (or 0xBDBC51) is known color: Celery. HEX triplet: BD, BC and 51. RGB value is (189,188,81). Sum of RGB (Red+Green+Blue) = 189+188+81=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC51 is #4243AE. Grayscale: #B0B0B0. Windows color (decimal): -4342703 or 5356733. OLE color: 5356733.
HSL color Cylindrical-coordinate representation of color #BDBC51: hue angle of 59.44º 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 #BDBC51 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 81 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.26 |
| HSL | 59.44º | 0.45% | 0.53% | - |
| HSV(B) | 59.44º | 0.57% | 0.74% | - |
| XYZ | 40.45 | 47.38 | 14.8 | - |
| YUV | 176.1 | 74.33 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 81 | 0 | 0.01 | 0.57 | 0.26 | 59.44 | 0.45 | 0.53 |
| Hex | BD | BC | 51 | 0 | 1 | 39 | 1A | 3B | 2D | 35 |
| Octal | 275 | 274 | 121 | 0 | 1 | 71 | 32 | 73 | 55 | 65 |
| Binary | 10111101 | 10111100 | 1010001 | 0 | 1 | 111001 | 11010 | 111011 | 101101 | 110101 |
Color Harmonies of #BDBC51
Complementary color
Monochromatic Colors of #BDBC51
Black with #BDBC51
Text Example
Text Example
White with #BDBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC51; }
p { color: rgb(189,188,81); }
H1.HeaderClassName
{
color: #BDBC51;
}
.AnyTagClassName
{
color: #BDBC51;
}
</style>
background-color css
<style>
a { background-color: #BDBC51; }
a { background-color: rgb(189,188,81); }
div.DivClassName
{
background-color: #BDBC51;
}
.BgClassName
{
background-color: #BDBC51;
}
</style>
border-color css
<style>
span { border-color: #BDBC51; }
span { border-color: rgb(189,188,81); }
td.TdClassName
{
border-color: #BDBC51;
}
.TagClassName
{
border-color: #BDBC51;
}
</style>