Shades of Celery #BDC44D
Tints of Celery #BDC44D
RGB
CMYK
RGB Variations
Color information
#BDC44D (or 0xBDC44D) is known color: Celery. HEX triplet: BD, C4 and 4D. RGB value is (189,196,77). Sum of RGB (Red+Green+Blue) = 189+196+77=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC44D is #423BB2. Grayscale: #B4B4B4. Windows color (decimal): -4340659 or 5096637. OLE color: 5096637.
HSL color Cylindrical-coordinate representation of color #BDC44D: hue angle of 63.53º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC44D is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 196 | 77 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.23 |
| HSL | 63.53º | 0.5% | 0.54% | - |
| HSV(B) | 63.53º | 0.61% | 0.77% | - |
| XYZ | 42.07 | 50.83 | 14.62 | - |
| YUV | 180.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 77 | 0.04 | 0 | 0.61 | 0.23 | 63.53 | 0.5 | 0.54 |
| Hex | BD | C4 | 4D | 4 | 0 | 3D | 17 | 40 | 32 | 36 |
| Octal | 275 | 304 | 115 | 4 | 0 | 75 | 27 | 100 | 62 | 66 |
| Binary | 10111101 | 11000100 | 1001101 | 100 | 0 | 111101 | 10111 | 1000000 | 110010 | 110110 |
Color Harmonies of #BDC44D
Complementary color
Monochromatic Colors of #BDC44D
Black with #BDC44D
Text Example
Text Example
White with #BDC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC44D; }
p { color: rgb(189,196,77); }
H1.HeaderClassName
{
color: #BDC44D;
}
.AnyTagClassName
{
color: #BDC44D;
}
</style>
background-color css
<style>
a { background-color: #BDC44D; }
a { background-color: rgb(189,196,77); }
div.DivClassName
{
background-color: #BDC44D;
}
.BgClassName
{
background-color: #BDC44D;
}
</style>
border-color css
<style>
span { border-color: #BDC44D; }
span { border-color: rgb(189,196,77); }
td.TdClassName
{
border-color: #BDC44D;
}
.TagClassName
{
border-color: #BDC44D;
}
</style>