Shades of Celery #BDC551
Tints of Celery #BDC551
RGB
CMYK
RGB Variations
Color information
#BDC551 (or 0xBDC551) is known color: Celery. HEX triplet: BD, C5 and 51. RGB value is (189,197,81). Sum of RGB (Red+Green+Blue) = 189+197+81=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 81 (32.03% from 255 or 17.34% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC551 is #423AAE. Grayscale: #B5B5B5. Windows color (decimal): -4340399 or 5359037. OLE color: 5359037.
HSL color Cylindrical-coordinate representation of color #BDC551: hue angle of 64.14º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC551 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 81 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.23 |
| HSL | 64.14º | 0.5% | 0.55% | - |
| HSV(B) | 64.14º | 0.59% | 0.77% | - |
| XYZ | 42.44 | 51.35 | 15.46 | - |
| YUV | 181.38 | 71.35 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 81 | 0.04 | 0 | 0.59 | 0.23 | 64.14 | 0.5 | 0.55 |
| Hex | BD | C5 | 51 | 4 | 0 | 3B | 17 | 40 | 32 | 37 |
| Octal | 275 | 305 | 121 | 4 | 0 | 73 | 27 | 100 | 62 | 67 |
| Binary | 10111101 | 11000101 | 1010001 | 100 | 0 | 111011 | 10111 | 1000000 | 110010 | 110111 |
Color Harmonies of #BDC551
Complementary color
Monochromatic Colors of #BDC551
Black with #BDC551
Text Example
Text Example
White with #BDC551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC551; }
p { color: rgb(189,197,81); }
H1.HeaderClassName
{
color: #BDC551;
}
.AnyTagClassName
{
color: #BDC551;
}
</style>
background-color css
<style>
a { background-color: #BDC551; }
a { background-color: rgb(189,197,81); }
div.DivClassName
{
background-color: #BDC551;
}
.BgClassName
{
background-color: #BDC551;
}
</style>
border-color css
<style>
span { border-color: #BDC551; }
span { border-color: rgb(189,197,81); }
td.TdClassName
{
border-color: #BDC551;
}
.TagClassName
{
border-color: #BDC551;
}
</style>