Shades of Celery #BDC151
Tints of Celery #BDC151
RGB
CMYK
RGB Variations
Color information
#BDC151 (or 0xBDC151) is known color: Celery. HEX triplet: BD, C1 and 51. RGB value is (189,193,81). Sum of RGB (Red+Green+Blue) = 189+193+81=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC151 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC151 is #423EAE. Grayscale: #B3B3B3. Windows color (decimal): -4341423 or 5358013. OLE color: 5358013.
HSL color Cylindrical-coordinate representation of color #BDC151: hue angle of 62.14º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC151 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 81 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.24 |
| HSL | 62.14º | 0.47% | 0.54% | - |
| HSV(B) | 62.14º | 0.58% | 0.76% | - |
| XYZ | 41.54 | 49.55 | 15.16 | - |
| YUV | 179.04 | 72.67 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 81 | 0.02 | 0 | 0.58 | 0.24 | 62.14 | 0.47 | 0.54 |
| Hex | BD | C1 | 51 | 2 | 0 | 3A | 18 | 3E | 2F | 36 |
| Octal | 275 | 301 | 121 | 2 | 0 | 72 | 30 | 76 | 57 | 66 |
| Binary | 10111101 | 11000001 | 1010001 | 10 | 0 | 111010 | 11000 | 111110 | 101111 | 110110 |
Color Harmonies of #BDC151
Complementary color
Monochromatic Colors of #BDC151
Black with #BDC151
Text Example
Text Example
White with #BDC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC151; }
p { color: rgb(189,193,81); }
H1.HeaderClassName
{
color: #BDC151;
}
.AnyTagClassName
{
color: #BDC151;
}
</style>
background-color css
<style>
a { background-color: #BDC151; }
a { background-color: rgb(189,193,81); }
div.DivClassName
{
background-color: #BDC151;
}
.BgClassName
{
background-color: #BDC151;
}
</style>
border-color css
<style>
span { border-color: #BDC151; }
span { border-color: rgb(189,193,81); }
td.TdClassName
{
border-color: #BDC151;
}
.TagClassName
{
border-color: #BDC151;
}
</style>