Shades of Celery #BDC056
Tints of Celery #BDC056
RGB
CMYK
RGB Variations
Color information
#BDC056 (or 0xBDC056) is known color: Celery. HEX triplet: BD, C0 and 56. RGB value is (189,192,86). Sum of RGB (Red+Green+Blue) = 189+192+86=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC056 is #423FA9. Grayscale: #B3B3B3. Windows color (decimal): -4341674 or 5685437. OLE color: 5685437.
HSL color Cylindrical-coordinate representation of color #BDC056: hue angle of 61.7º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC056 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 86 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.25 |
| HSL | 61.7º | 0.46% | 0.55% | - |
| HSV(B) | 61.7º | 0.55% | 0.75% | - |
| XYZ | 41.52 | 49.19 | 16.11 | - |
| YUV | 179.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 86 | 0.02 | 0 | 0.55 | 0.25 | 61.7 | 0.46 | 0.55 |
| Hex | BD | C0 | 56 | 2 | 0 | 37 | 19 | 3E | 2E | 37 |
| Octal | 275 | 300 | 126 | 2 | 0 | 67 | 31 | 76 | 56 | 67 |
| Binary | 10111101 | 11000000 | 1010110 | 10 | 0 | 110111 | 11001 | 111110 | 101110 | 110111 |
Color Harmonies of #BDC056
Complementary color
Monochromatic Colors of #BDC056
Black with #BDC056
Text Example
Text Example
White with #BDC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC056; }
p { color: rgb(189,192,86); }
H1.HeaderClassName
{
color: #BDC056;
}
.AnyTagClassName
{
color: #BDC056;
}
</style>
background-color css
<style>
a { background-color: #BDC056; }
a { background-color: rgb(189,192,86); }
div.DivClassName
{
background-color: #BDC056;
}
.BgClassName
{
background-color: #BDC056;
}
</style>
border-color css
<style>
span { border-color: #BDC056; }
span { border-color: rgb(189,192,86); }
td.TdClassName
{
border-color: #BDC056;
}
.TagClassName
{
border-color: #BDC056;
}
</style>