Shades of Celery #BDD149
Tints of Celery #BDD149
RGB
CMYK
RGB Variations
Color information
#BDD149 (or 0xBDD149) is known color: Celery. HEX triplet: BD, D1 and 49. RGB value is (189,209,73). Sum of RGB (Red+Green+Blue) = 189+209+73=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD149 is #422EB6. Grayscale: #BCBCBC. Windows color (decimal): -4337335 or 4837821. OLE color: 4837821.
HSL color Cylindrical-coordinate representation of color #BDD149: hue angle of 68.82º 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 #BDD149 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 73 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.18 |
| HSL | 68.82º | 0.6% | 0.55% | - |
| HSV(B) | 68.82º | 0.65% | 0.82% | - |
| XYZ | 44.99 | 56.9 | 14.92 | - |
| YUV | 187.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 73 | 0.10 | 0 | 0.65 | 0.18 | 68.82 | 0.6 | 0.55 |
| Hex | BD | D1 | 49 | A | 0 | 41 | 12 | 45 | 3C | 37 |
| Octal | 275 | 321 | 111 | 12 | 0 | 101 | 22 | 105 | 74 | 67 |
| Binary | 10111101 | 11010001 | 1001001 | 1010 | 0 | 1000001 | 10010 | 1000101 | 111100 | 110111 |
Color Harmonies of #BDD149
Complementary color
Monochromatic Colors of #BDD149
Black with #BDD149
Text Example
Text Example
White with #BDD149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD149; }
p { color: rgb(189,209,73); }
H1.HeaderClassName
{
color: #BDD149;
}
.AnyTagClassName
{
color: #BDD149;
}
</style>
background-color css
<style>
a { background-color: #BDD149; }
a { background-color: rgb(189,209,73); }
div.DivClassName
{
background-color: #BDD149;
}
.BgClassName
{
background-color: #BDD149;
}
</style>
border-color css
<style>
span { border-color: #BDD149; }
span { border-color: rgb(189,209,73); }
td.TdClassName
{
border-color: #BDD149;
}
.TagClassName
{
border-color: #BDD149;
}
</style>