Shades of Celery #BDC156
Tints of Celery #BDC156
RGB
CMYK
RGB Variations
Color information
#BDC156 (or 0xBDC156) is known color: Celery. HEX triplet: BD, C1 and 56. RGB value is (189,193,86). Sum of RGB (Red+Green+Blue) = 189+193+86=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC156 is #423EA9. Grayscale: #B4B4B4. Windows color (decimal): -4341418 or 5685693. OLE color: 5685693.
HSL color Cylindrical-coordinate representation of color #BDC156: hue angle of 62.24º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDC156 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 86 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.24 |
| HSL | 62.24º | 0.46% | 0.55% | - |
| HSV(B) | 62.24º | 0.55% | 0.76% | - |
| XYZ | 41.74 | 49.63 | 16.18 | - |
| YUV | 179.61 | 75.17 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 86 | 0.02 | 0 | 0.55 | 0.24 | 62.24 | 0.46 | 0.55 |
| Hex | BD | C1 | 56 | 2 | 0 | 37 | 18 | 3E | 2E | 37 |
| Octal | 275 | 301 | 126 | 2 | 0 | 67 | 30 | 76 | 56 | 67 |
| Binary | 10111101 | 11000001 | 1010110 | 10 | 0 | 110111 | 11000 | 111110 | 101110 | 110111 |
Color Harmonies of #BDC156
Complementary color
Monochromatic Colors of #BDC156
Black with #BDC156
Text Example
Text Example
White with #BDC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC156; }
p { color: rgb(189,193,86); }
H1.HeaderClassName
{
color: #BDC156;
}
.AnyTagClassName
{
color: #BDC156;
}
</style>
background-color css
<style>
a { background-color: #BDC156; }
a { background-color: rgb(189,193,86); }
div.DivClassName
{
background-color: #BDC156;
}
.BgClassName
{
background-color: #BDC156;
}
</style>
border-color css
<style>
span { border-color: #BDC156; }
span { border-color: rgb(189,193,86); }
td.TdClassName
{
border-color: #BDC156;
}
.TagClassName
{
border-color: #BDC156;
}
</style>