Shades of Celery #BDC051
Tints of Celery #BDC051
RGB
CMYK
RGB Variations
Color information
#BDC051 (or 0xBDC051) is known color: Celery. HEX triplet: BD, C0 and 51. RGB value is (189,192,81). Sum of RGB (Red+Green+Blue) = 189+192+81=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC051 is #423FAE. Grayscale: #B2B2B2. Windows color (decimal): -4341679 or 5357757. OLE color: 5357757.
HSL color Cylindrical-coordinate representation of color #BDC051: hue angle of 61.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDC051 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 81 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.25 |
| HSL | 61.62º | 0.47% | 0.54% | - |
| HSV(B) | 61.62º | 0.58% | 0.75% | - |
| XYZ | 41.32 | 49.11 | 15.09 | - |
| YUV | 178.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 81 | 0.02 | 0 | 0.58 | 0.25 | 61.62 | 0.47 | 0.54 |
| Hex | BD | C0 | 51 | 2 | 0 | 3A | 19 | 3E | 2F | 36 |
| Octal | 275 | 300 | 121 | 2 | 0 | 72 | 31 | 76 | 57 | 66 |
| Binary | 10111101 | 11000000 | 1010001 | 10 | 0 | 111010 | 11001 | 111110 | 101111 | 110110 |
Color Harmonies of #BDC051
Complementary color
Monochromatic Colors of #BDC051
Black with #BDC051
Text Example
Text Example
White with #BDC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC051; }
p { color: rgb(189,192,81); }
H1.HeaderClassName
{
color: #BDC051;
}
.AnyTagClassName
{
color: #BDC051;
}
</style>
background-color css
<style>
a { background-color: #BDC051; }
a { background-color: rgb(189,192,81); }
div.DivClassName
{
background-color: #BDC051;
}
.BgClassName
{
background-color: #BDC051;
}
</style>
border-color css
<style>
span { border-color: #BDC051; }
span { border-color: rgb(189,192,81); }
td.TdClassName
{
border-color: #BDC051;
}
.TagClassName
{
border-color: #BDC051;
}
</style>