Shades of Celery #BDC451
Tints of Celery #BDC451
RGB
CMYK
RGB Variations
Color information
#BDC451 (or 0xBDC451) is known color: Celery. HEX triplet: BD, C4 and 51. RGB value is (189,196,81). Sum of RGB (Red+Green+Blue) = 189+196+81=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 81 (32.03% from 255 or 17.38% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC451 is #423BAE. Grayscale: #B5B5B5. Windows color (decimal): -4340655 or 5358781. OLE color: 5358781.
HSL color Cylindrical-coordinate representation of color #BDC451: hue angle of 63.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC451 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 81 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.23 |
| HSL | 63.65º | 0.49% | 0.54% | - |
| HSV(B) | 63.65º | 0.59% | 0.77% | - |
| XYZ | 42.21 | 50.89 | 15.38 | - |
| YUV | 180.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 81 | 0.04 | 0 | 0.59 | 0.23 | 63.65 | 0.49 | 0.54 |
| Hex | BD | C4 | 51 | 4 | 0 | 3B | 17 | 40 | 31 | 36 |
| Octal | 275 | 304 | 121 | 4 | 0 | 73 | 27 | 100 | 61 | 66 |
| Binary | 10111101 | 11000100 | 1010001 | 100 | 0 | 111011 | 10111 | 1000000 | 110001 | 110110 |
Color Harmonies of #BDC451
Complementary color
Monochromatic Colors of #BDC451
Black with #BDC451
Text Example
Text Example
White with #BDC451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC451; }
p { color: rgb(189,196,81); }
H1.HeaderClassName
{
color: #BDC451;
}
.AnyTagClassName
{
color: #BDC451;
}
</style>
background-color css
<style>
a { background-color: #BDC451; }
a { background-color: rgb(189,196,81); }
div.DivClassName
{
background-color: #BDC451;
}
.BgClassName
{
background-color: #BDC451;
}
</style>
border-color css
<style>
span { border-color: #BDC451; }
span { border-color: rgb(189,196,81); }
td.TdClassName
{
border-color: #BDC451;
}
.TagClassName
{
border-color: #BDC451;
}
</style>