Shades of Celery #BDC350
Tints of Celery #BDC350
RGB
CMYK
RGB Variations
Color information
#BDC350 (or 0xBDC350) is known color: Celery. HEX triplet: BD, C3 and 50. RGB value is (189,195,80). Sum of RGB (Red+Green+Blue) = 189+195+80=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC350 is #423CAF. Grayscale: #B4B4B4. Windows color (decimal): -4340912 or 5292989. OLE color: 5292989.
HSL color Cylindrical-coordinate representation of color #BDC350: hue angle of 63.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC350 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 80 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.24 |
| HSL | 63.13º | 0.49% | 0.54% | - |
| HSV(B) | 63.13º | 0.59% | 0.76% | - |
| XYZ | 41.95 | 50.43 | 15.11 | - |
| YUV | 180.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 80 | 0.03 | 0 | 0.59 | 0.24 | 63.13 | 0.49 | 0.54 |
| Hex | BD | C3 | 50 | 3 | 0 | 3B | 18 | 3F | 31 | 36 |
| Octal | 275 | 303 | 120 | 3 | 0 | 73 | 30 | 77 | 61 | 66 |
| Binary | 10111101 | 11000011 | 1010000 | 11 | 0 | 111011 | 11000 | 111111 | 110001 | 110110 |
Color Harmonies of #BDC350
Complementary color
Monochromatic Colors of #BDC350
Black with #BDC350
Text Example
Text Example
White with #BDC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC350; }
p { color: rgb(189,195,80); }
H1.HeaderClassName
{
color: #BDC350;
}
.AnyTagClassName
{
color: #BDC350;
}
</style>
background-color css
<style>
a { background-color: #BDC350; }
a { background-color: rgb(189,195,80); }
div.DivClassName
{
background-color: #BDC350;
}
.BgClassName
{
background-color: #BDC350;
}
</style>
border-color css
<style>
span { border-color: #BDC350; }
span { border-color: rgb(189,195,80); }
td.TdClassName
{
border-color: #BDC350;
}
.TagClassName
{
border-color: #BDC350;
}
</style>