Shades of Celery #BDBD37
Tints of Celery #BDBD37
RGB
CMYK
RGB Variations
Color information
#BDBD37 (or 0xBDBD37) is known color: Celery. HEX triplet: BD, BD and 37. RGB value is (189,189,55). Sum of RGB (Red+Green+Blue) = 189+189+55=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD37 is #4242C8. Grayscale: #AEAEAE. Windows color (decimal): -4342473 or 3653053. OLE color: 3653053.
HSL color Cylindrical-coordinate representation of color #BDBD37: hue angle of 60º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDBD37 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 55 | - |
| CMYK | 0 | 0 | 0.71 | 0.26 |
| HSL | 60º | 0.55% | 0.48% | - |
| HSV(B) | 60º | 0.71% | 0.74% | - |
| XYZ | 39.87 | 47.49 | 10.68 | - |
| YUV | 173.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 55 | 0 | 0 | 0.71 | 0.26 | 60 | 0.55 | 0.48 |
| Hex | BD | BD | 37 | 0 | 0 | 47 | 1A | 3C | 37 | 30 |
| Octal | 275 | 275 | 67 | 0 | 0 | 107 | 32 | 74 | 67 | 60 |
| Binary | 10111101 | 10111101 | 110111 | 0 | 0 | 1000111 | 11010 | 111100 | 110111 | 110000 |
Color Harmonies of #BDBD37
Complementary color
Monochromatic Colors of #BDBD37
Black with #BDBD37
Text Example
Text Example
White with #BDBD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD37; }
p { color: rgb(189,189,55); }
H1.HeaderClassName
{
color: #BDBD37;
}
.AnyTagClassName
{
color: #BDBD37;
}
</style>
background-color css
<style>
a { background-color: #BDBD37; }
a { background-color: rgb(189,189,55); }
div.DivClassName
{
background-color: #BDBD37;
}
.BgClassName
{
background-color: #BDBD37;
}
</style>
border-color css
<style>
span { border-color: #BDBD37; }
span { border-color: rgb(189,189,55); }
td.TdClassName
{
border-color: #BDBD37;
}
.TagClassName
{
border-color: #BDBD37;
}
</style>