Shades of Celery #BDBE46
Tints of Celery #BDBE46
RGB
CMYK
RGB Variations
Color information
#BDBE46 (or 0xBDBE46) is known color: Celery. HEX triplet: BD, BE and 46. RGB value is (189,190,70). Sum of RGB (Red+Green+Blue) = 189+190+70=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE46 is #4241B9. Grayscale: #B0B0B0. Windows color (decimal): -4342202 or 4636349. OLE color: 4636349.
HSL color Cylindrical-coordinate representation of color #BDBE46: 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 #BDBE46 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 70 | - |
| 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.51 | 48.09 | 12.94 | - |
| YUV | 176.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 70 | 0.01 | 0 | 0.63 | 0.25 | 60.5 | 0.48 | 0.51 |
| Hex | BD | BE | 46 | 1 | 0 | 3F | 19 | 3C | 30 | 33 |
| Octal | 275 | 276 | 106 | 1 | 0 | 77 | 31 | 74 | 60 | 63 |
| Binary | 10111101 | 10111110 | 1000110 | 1 | 0 | 111111 | 11001 | 111100 | 110000 | 110011 |
Color Harmonies of #BDBE46
Complementary color
Monochromatic Colors of #BDBE46
Black with #BDBE46
Text Example
Text Example
White with #BDBE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE46; }
p { color: rgb(189,190,70); }
H1.HeaderClassName
{
color: #BDBE46;
}
.AnyTagClassName
{
color: #BDBE46;
}
</style>
background-color css
<style>
a { background-color: #BDBE46; }
a { background-color: rgb(189,190,70); }
div.DivClassName
{
background-color: #BDBE46;
}
.BgClassName
{
background-color: #BDBE46;
}
</style>
border-color css
<style>
span { border-color: #BDBE46; }
span { border-color: rgb(189,190,70); }
td.TdClassName
{
border-color: #BDBE46;
}
.TagClassName
{
border-color: #BDBE46;
}
</style>