Shades of Celery #BDC351
Tints of Celery #BDC351
RGB
CMYK
RGB Variations
Color information
#BDC351 (or 0xBDC351) is known color: Celery. HEX triplet: BD, C3 and 51. RGB value is (189,195,81). Sum of RGB (Red+Green+Blue) = 189+195+81=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC351 is #423CAE. Grayscale: #B4B4B4. Windows color (decimal): -4340911 or 5358525. OLE color: 5358525.
HSL color Cylindrical-coordinate representation of color #BDC351: hue angle of 63.16º degrees, saturation: 0.49, 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 #BDC351 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 81 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.24 |
| HSL | 63.16º | 0.49% | 0.54% | - |
| HSV(B) | 63.16º | 0.58% | 0.76% | - |
| XYZ | 41.99 | 50.44 | 15.31 | - |
| YUV | 180.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 81 | 0.03 | 0 | 0.58 | 0.24 | 63.16 | 0.49 | 0.54 |
| Hex | BD | C3 | 51 | 3 | 0 | 3A | 18 | 3F | 31 | 36 |
| Octal | 275 | 303 | 121 | 3 | 0 | 72 | 30 | 77 | 61 | 66 |
| Binary | 10111101 | 11000011 | 1010001 | 11 | 0 | 111010 | 11000 | 111111 | 110001 | 110110 |
Color Harmonies of #BDC351
Complementary color
Monochromatic Colors of #BDC351
Black with #BDC351
Text Example
Text Example
White with #BDC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC351; }
p { color: rgb(189,195,81); }
H1.HeaderClassName
{
color: #BDC351;
}
.AnyTagClassName
{
color: #BDC351;
}
</style>
background-color css
<style>
a { background-color: #BDC351; }
a { background-color: rgb(189,195,81); }
div.DivClassName
{
background-color: #BDC351;
}
.BgClassName
{
background-color: #BDC351;
}
</style>
border-color css
<style>
span { border-color: #BDC351; }
span { border-color: rgb(189,195,81); }
td.TdClassName
{
border-color: #BDC351;
}
.TagClassName
{
border-color: #BDC351;
}
</style>