Shades of Celery #BDC550
Tints of Celery #BDC550
RGB
CMYK
RGB Variations
Color information
#BDC550 (or 0xBDC550) is known color: Celery. HEX triplet: BD, C5 and 50. RGB value is (189,197,80). Sum of RGB (Red+Green+Blue) = 189+197+80=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC550 is #423AAF. Grayscale: #B5B5B5. Windows color (decimal): -4340400 or 5293501. OLE color: 5293501.
HSL color Cylindrical-coordinate representation of color #BDC550: hue angle of 64.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC550 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 80 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.23 |
| HSL | 64.1º | 0.5% | 0.54% | - |
| HSV(B) | 64.1º | 0.59% | 0.77% | - |
| XYZ | 42.4 | 51.33 | 15.26 | - |
| YUV | 181.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 80 | 0.04 | 0 | 0.59 | 0.23 | 64.1 | 0.5 | 0.54 |
| Hex | BD | C5 | 50 | 4 | 0 | 3B | 17 | 40 | 32 | 36 |
| Octal | 275 | 305 | 120 | 4 | 0 | 73 | 27 | 100 | 62 | 66 |
| Binary | 10111101 | 11000101 | 1010000 | 100 | 0 | 111011 | 10111 | 1000000 | 110010 | 110110 |
Color Harmonies of #BDC550
Complementary color
Monochromatic Colors of #BDC550
Black with #BDC550
Text Example
Text Example
White with #BDC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC550; }
p { color: rgb(189,197,80); }
H1.HeaderClassName
{
color: #BDC550;
}
.AnyTagClassName
{
color: #BDC550;
}
</style>
background-color css
<style>
a { background-color: #BDC550; }
a { background-color: rgb(189,197,80); }
div.DivClassName
{
background-color: #BDC550;
}
.BgClassName
{
background-color: #BDC550;
}
</style>
border-color css
<style>
span { border-color: #BDC550; }
span { border-color: rgb(189,197,80); }
td.TdClassName
{
border-color: #BDC550;
}
.TagClassName
{
border-color: #BDC550;
}
</style>