Shades of Celery #BDBE47
Tints of Celery #BDBE47
RGB
CMYK
RGB Variations
Color information
#BDBE47 (or 0xBDBE47) is known color: Celery. HEX triplet: BD, BE and 47. RGB value is (189,190,71). Sum of RGB (Red+Green+Blue) = 189+190+71=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 71 (28.12% from 255 or 15.78% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE47 is #4241B8. Grayscale: #B0B0B0. Windows color (decimal): -4342201 or 4701885. OLE color: 4701885.
HSL color Cylindrical-coordinate representation of color #BDBE47: hue angle of 60.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDBE47 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 71 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.25 |
| HSL | 60.5º | 0.48% | 0.51% | - |
| HSV(B) | 60.5º | 0.63% | 0.75% | - |
| XYZ | 40.54 | 48.1 | 13.11 | - |
| YUV | 176.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 71 | 0.01 | 0 | 0.63 | 0.25 | 60.5 | 0.48 | 0.51 |
| Hex | BD | BE | 47 | 1 | 0 | 3F | 19 | 3D | 30 | 33 |
| Octal | 275 | 276 | 107 | 1 | 0 | 77 | 31 | 75 | 60 | 63 |
| Binary | 10111101 | 10111110 | 1000111 | 1 | 0 | 111111 | 11001 | 111101 | 110000 | 110011 |
Color Harmonies of #BDBE47
Complementary color
Monochromatic Colors of #BDBE47
Black with #BDBE47
Text Example
Text Example
White with #BDBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE47; }
p { color: rgb(189,190,71); }
H1.HeaderClassName
{
color: #BDBE47;
}
.AnyTagClassName
{
color: #BDBE47;
}
</style>
background-color css
<style>
a { background-color: #BDBE47; }
a { background-color: rgb(189,190,71); }
div.DivClassName
{
background-color: #BDBE47;
}
.BgClassName
{
background-color: #BDBE47;
}
</style>
border-color css
<style>
span { border-color: #BDBE47; }
span { border-color: rgb(189,190,71); }
td.TdClassName
{
border-color: #BDBE47;
}
.TagClassName
{
border-color: #BDBE47;
}
</style>