Shades of Celery #BDC355
Tints of Celery #BDC355
RGB
CMYK
RGB Variations
Color information
#BDC355 (or 0xBDC355) is known color: Celery. HEX triplet: BD, C3 and 55. RGB value is (189,195,85). Sum of RGB (Red+Green+Blue) = 189+195+85=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC355 is #423CAA. Grayscale: #B5B5B5. Windows color (decimal): -4340907 or 5620669. OLE color: 5620669.
HSL color Cylindrical-coordinate representation of color #BDC355: hue angle of 63.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC355 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 85 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.24 |
| HSL | 63.27º | 0.48% | 0.55% | - |
| HSV(B) | 63.27º | 0.56% | 0.76% | - |
| XYZ | 42.14 | 50.5 | 16.12 | - |
| YUV | 180.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 85 | 0.03 | 0 | 0.56 | 0.24 | 63.27 | 0.48 | 0.55 |
| Hex | BD | C3 | 55 | 3 | 0 | 38 | 18 | 3F | 30 | 37 |
| Octal | 275 | 303 | 125 | 3 | 0 | 70 | 30 | 77 | 60 | 67 |
| Binary | 10111101 | 11000011 | 1010101 | 11 | 0 | 111000 | 11000 | 111111 | 110000 | 110111 |
Color Harmonies of #BDC355
Complementary color
Monochromatic Colors of #BDC355
Black with #BDC355
Text Example
Text Example
White with #BDC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC355; }
p { color: rgb(189,195,85); }
H1.HeaderClassName
{
color: #BDC355;
}
.AnyTagClassName
{
color: #BDC355;
}
</style>
background-color css
<style>
a { background-color: #BDC355; }
a { background-color: rgb(189,195,85); }
div.DivClassName
{
background-color: #BDC355;
}
.BgClassName
{
background-color: #BDC355;
}
</style>
border-color css
<style>
span { border-color: #BDC355; }
span { border-color: rgb(189,195,85); }
td.TdClassName
{
border-color: #BDC355;
}
.TagClassName
{
border-color: #BDC355;
}
</style>