Shades of Celery #BDC64D
Tints of Celery #BDC64D
RGB
CMYK
RGB Variations
Color information
#BDC64D (or 0xBDC64D) is known color: Celery. HEX triplet: BD, C6 and 4D. RGB value is (189,198,77). Sum of RGB (Red+Green+Blue) = 189+198+77=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC64D is #4239B2. Grayscale: #B5B5B5. Windows color (decimal): -4340147 or 5097149. OLE color: 5097149.
HSL color Cylindrical-coordinate representation of color #BDC64D: hue angle of 64.46º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC64D is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 77 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.22 |
| HSL | 64.46º | 0.51% | 0.54% | - |
| HSV(B) | 64.46º | 0.61% | 0.78% | - |
| XYZ | 42.52 | 51.74 | 14.77 | - |
| YUV | 181.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 77 | 0.05 | 0 | 0.61 | 0.22 | 64.46 | 0.51 | 0.54 |
| Hex | BD | C6 | 4D | 5 | 0 | 3D | 16 | 40 | 33 | 36 |
| Octal | 275 | 306 | 115 | 5 | 0 | 75 | 26 | 100 | 63 | 66 |
| Binary | 10111101 | 11000110 | 1001101 | 101 | 0 | 111101 | 10110 | 1000000 | 110011 | 110110 |
Color Harmonies of #BDC64D
Complementary color
Monochromatic Colors of #BDC64D
Black with #BDC64D
Text Example
Text Example
White with #BDC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC64D; }
p { color: rgb(189,198,77); }
H1.HeaderClassName
{
color: #BDC64D;
}
.AnyTagClassName
{
color: #BDC64D;
}
</style>
background-color css
<style>
a { background-color: #BDC64D; }
a { background-color: rgb(189,198,77); }
div.DivClassName
{
background-color: #BDC64D;
}
.BgClassName
{
background-color: #BDC64D;
}
</style>
border-color css
<style>
span { border-color: #BDC64D; }
span { border-color: rgb(189,198,77); }
td.TdClassName
{
border-color: #BDC64D;
}
.TagClassName
{
border-color: #BDC64D;
}
</style>