Shades of Celery #BDC64E
Tints of Celery #BDC64E
RGB
CMYK
RGB Variations
Color information
#BDC64E (or 0xBDC64E) is known color: Celery. HEX triplet: BD, C6 and 4E. RGB value is (189,198,78). Sum of RGB (Red+Green+Blue) = 189+198+78=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC64E is #4239B1. Grayscale: #B6B6B6. Windows color (decimal): -4340146 or 5162685. OLE color: 5162685.
HSL color Cylindrical-coordinate representation of color #BDC64E: hue angle of 64.5º 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 #BDC64E is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 78 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.22 |
| HSL | 64.5º | 0.51% | 0.54% | - |
| HSV(B) | 64.5º | 0.61% | 0.78% | - |
| XYZ | 42.56 | 51.76 | 14.95 | - |
| YUV | 181.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 78 | 0.05 | 0 | 0.61 | 0.22 | 64.5 | 0.51 | 0.54 |
| Hex | BD | C6 | 4E | 5 | 0 | 3D | 16 | 40 | 33 | 36 |
| Octal | 275 | 306 | 116 | 5 | 0 | 75 | 26 | 100 | 63 | 66 |
| Binary | 10111101 | 11000110 | 1001110 | 101 | 0 | 111101 | 10110 | 1000000 | 110011 | 110110 |
Color Harmonies of #BDC64E
Complementary color
Monochromatic Colors of #BDC64E
Black with #BDC64E
Text Example
Text Example
White with #BDC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC64E; }
p { color: rgb(189,198,78); }
H1.HeaderClassName
{
color: #BDC64E;
}
.AnyTagClassName
{
color: #BDC64E;
}
</style>
background-color css
<style>
a { background-color: #BDC64E; }
a { background-color: rgb(189,198,78); }
div.DivClassName
{
background-color: #BDC64E;
}
.BgClassName
{
background-color: #BDC64E;
}
</style>
border-color css
<style>
span { border-color: #BDC64E; }
span { border-color: rgb(189,198,78); }
td.TdClassName
{
border-color: #BDC64E;
}
.TagClassName
{
border-color: #BDC64E;
}
</style>