Shades of Celery #BDD046
Tints of Celery #BDD046
RGB
CMYK
RGB Variations
Color information
#BDD046 (or 0xBDD046) is known color: Celery. HEX triplet: BD, D0 and 46. RGB value is (189,208,70). Sum of RGB (Red+Green+Blue) = 189+208+70=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD046 is #422FB9. Grayscale: #BBBBBB. Windows color (decimal): -4337594 or 4640957. OLE color: 4640957.
HSL color Cylindrical-coordinate representation of color #BDD046: hue angle of 68.26º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDD046 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 70 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.18 |
| HSL | 68.26º | 0.59% | 0.55% | - |
| HSV(B) | 68.26º | 0.66% | 0.82% | - |
| XYZ | 44.65 | 56.37 | 14.32 | - |
| YUV | 186.59 | 62.21 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 70 | 0.09 | 0 | 0.66 | 0.18 | 68.26 | 0.59 | 0.55 |
| Hex | BD | D0 | 46 | 9 | 0 | 42 | 12 | 44 | 3B | 37 |
| Octal | 275 | 320 | 106 | 11 | 0 | 102 | 22 | 104 | 73 | 67 |
| Binary | 10111101 | 11010000 | 1000110 | 1001 | 0 | 1000010 | 10010 | 1000100 | 111011 | 110111 |
Color Harmonies of #BDD046
Complementary color
Monochromatic Colors of #BDD046
Black with #BDD046
Text Example
Text Example
White with #BDD046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD046; }
p { color: rgb(189,208,70); }
H1.HeaderClassName
{
color: #BDD046;
}
.AnyTagClassName
{
color: #BDD046;
}
</style>
background-color css
<style>
a { background-color: #BDD046; }
a { background-color: rgb(189,208,70); }
div.DivClassName
{
background-color: #BDD046;
}
.BgClassName
{
background-color: #BDD046;
}
</style>
border-color css
<style>
span { border-color: #BDD046; }
span { border-color: rgb(189,208,70); }
td.TdClassName
{
border-color: #BDD046;
}
.TagClassName
{
border-color: #BDD046;
}
</style>