Shades of Celery #BDC450
Tints of Celery #BDC450
RGB
CMYK
RGB Variations
Color information
#BDC450 (or 0xBDC450) is known color: Celery. HEX triplet: BD, C4 and 50. RGB value is (189,196,80). Sum of RGB (Red+Green+Blue) = 189+196+80=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC450 is #423BAF. Grayscale: #B5B5B5. Windows color (decimal): -4340656 or 5293245. OLE color: 5293245.
HSL color Cylindrical-coordinate representation of color #BDC450: hue angle of 63.62º degrees, saturation: 0.5, 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 #BDC450 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 80 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.23 |
| HSL | 63.62º | 0.5% | 0.54% | - |
| HSV(B) | 63.62º | 0.59% | 0.77% | - |
| XYZ | 42.17 | 50.88 | 15.19 | - |
| YUV | 180.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 80 | 0.04 | 0 | 0.59 | 0.23 | 63.62 | 0.5 | 0.54 |
| Hex | BD | C4 | 50 | 4 | 0 | 3B | 17 | 40 | 32 | 36 |
| Octal | 275 | 304 | 120 | 4 | 0 | 73 | 27 | 100 | 62 | 66 |
| Binary | 10111101 | 11000100 | 1010000 | 100 | 0 | 111011 | 10111 | 1000000 | 110010 | 110110 |
Color Harmonies of #BDC450
Complementary color
Monochromatic Colors of #BDC450
Black with #BDC450
Text Example
Text Example
White with #BDC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC450; }
p { color: rgb(189,196,80); }
H1.HeaderClassName
{
color: #BDC450;
}
.AnyTagClassName
{
color: #BDC450;
}
</style>
background-color css
<style>
a { background-color: #BDC450; }
a { background-color: rgb(189,196,80); }
div.DivClassName
{
background-color: #BDC450;
}
.BgClassName
{
background-color: #BDC450;
}
</style>
border-color css
<style>
span { border-color: #BDC450; }
span { border-color: rgb(189,196,80); }
td.TdClassName
{
border-color: #BDC450;
}
.TagClassName
{
border-color: #BDC450;
}
</style>