Shades of Celery #BDBE54
Tints of Celery #BDBE54
RGB
CMYK
RGB Variations
Color information
#BDBE54 (or 0xBDBE54) is known color: Celery. HEX triplet: BD, BE and 54. RGB value is (189,190,84). Sum of RGB (Red+Green+Blue) = 189+190+84=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 84 (33.20% from 255 or 18.14% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE54 is #4241AB. Grayscale: #B2B2B2. Windows color (decimal): -4342188 or 5553853. OLE color: 5553853.
HSL color Cylindrical-coordinate representation of color #BDBE54: hue angle of 60.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDBE54 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 84 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.25 |
| HSL | 60.57º | 0.45% | 0.54% | - |
| HSV(B) | 60.57º | 0.56% | 0.75% | - |
| XYZ | 41 | 48.29 | 15.55 | - |
| YUV | 177.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 84 | 0.01 | 0 | 0.56 | 0.25 | 60.57 | 0.45 | 0.54 |
| Hex | BD | BE | 54 | 1 | 0 | 38 | 19 | 3D | 2D | 36 |
| Octal | 275 | 276 | 124 | 1 | 0 | 70 | 31 | 75 | 55 | 66 |
| Binary | 10111101 | 10111110 | 1010100 | 1 | 0 | 111000 | 11001 | 111101 | 101101 | 110110 |
Color Harmonies of #BDBE54
Complementary color
Monochromatic Colors of #BDBE54
Black with #BDBE54
Text Example
Text Example
White with #BDBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE54; }
p { color: rgb(189,190,84); }
H1.HeaderClassName
{
color: #BDBE54;
}
.AnyTagClassName
{
color: #BDBE54;
}
</style>
background-color css
<style>
a { background-color: #BDBE54; }
a { background-color: rgb(189,190,84); }
div.DivClassName
{
background-color: #BDBE54;
}
.BgClassName
{
background-color: #BDBE54;
}
</style>
border-color css
<style>
span { border-color: #BDBE54; }
span { border-color: rgb(189,190,84); }
td.TdClassName
{
border-color: #BDBE54;
}
.TagClassName
{
border-color: #BDBE54;
}
</style>