Shades of Celery #BDD249
Tints of Celery #BDD249
RGB
CMYK
RGB Variations
Color information
#BDD249 (or 0xBDD249) is known color: Celery. HEX triplet: BD, D2 and 49. RGB value is (189,210,73). Sum of RGB (Red+Green+Blue) = 189+210+73=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD249 is #422DB6. Grayscale: #BCBCBC. Windows color (decimal): -4337079 or 4838077. OLE color: 4838077.
HSL color Cylindrical-coordinate representation of color #BDD249: hue angle of 69.2º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDD249 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 210 | 73 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.18 |
| HSL | 69.2º | 0.6% | 0.55% | - |
| HSV(B) | 69.2º | 0.65% | 0.82% | - |
| XYZ | 45.24 | 57.39 | 15 | - |
| YUV | 188.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 210 | 73 | 0.10 | 0 | 0.65 | 0.18 | 69.2 | 0.6 | 0.55 |
| Hex | BD | D2 | 49 | A | 0 | 41 | 12 | 45 | 3C | 37 |
| Octal | 275 | 322 | 111 | 12 | 0 | 101 | 22 | 105 | 74 | 67 |
| Binary | 10111101 | 11010010 | 1001001 | 1010 | 0 | 1000001 | 10010 | 1000101 | 111100 | 110111 |
Color Harmonies of #BDD249
Complementary color
Monochromatic Colors of #BDD249
Black with #BDD249
Text Example
Text Example
White with #BDD249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD249; }
p { color: rgb(189,210,73); }
H1.HeaderClassName
{
color: #BDD249;
}
.AnyTagClassName
{
color: #BDD249;
}
</style>
background-color css
<style>
a { background-color: #BDD249; }
a { background-color: rgb(189,210,73); }
div.DivClassName
{
background-color: #BDD249;
}
.BgClassName
{
background-color: #BDD249;
}
</style>
border-color css
<style>
span { border-color: #BDD249; }
span { border-color: rgb(189,210,73); }
td.TdClassName
{
border-color: #BDD249;
}
.TagClassName
{
border-color: #BDD249;
}
</style>