Shades of Celery #BDC63E
Tints of Celery #BDC63E
RGB
CMYK
RGB Variations
Color information
#BDC63E (or 0xBDC63E) is known color: Celery. HEX triplet: BD, C6 and 3E. RGB value is (189,198,62). Sum of RGB (Red+Green+Blue) = 189+198+62=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC63E is #4239C1. Grayscale: #B4B4B4. Windows color (decimal): -4340162 or 4114109. OLE color: 4114109.
HSL color Cylindrical-coordinate representation of color #BDC63E: hue angle of 63.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDC63E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 62 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.22 |
| HSL | 63.97º | 0.54% | 0.51% | - |
| HSV(B) | 63.97º | 0.69% | 0.78% | - |
| XYZ | 42.05 | 51.55 | 12.29 | - |
| YUV | 179.81 | 61.52 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 62 | 0.05 | 0 | 0.69 | 0.22 | 63.97 | 0.54 | 0.51 |
| Hex | BD | C6 | 3E | 5 | 0 | 45 | 16 | 40 | 36 | 33 |
| Octal | 275 | 306 | 76 | 5 | 0 | 105 | 26 | 100 | 66 | 63 |
| Binary | 10111101 | 11000110 | 111110 | 101 | 0 | 1000101 | 10110 | 1000000 | 110110 | 110011 |
Color Harmonies of #BDC63E
Complementary color
Monochromatic Colors of #BDC63E
Black with #BDC63E
Text Example
Text Example
White with #BDC63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC63E; }
p { color: rgb(189,198,62); }
H1.HeaderClassName
{
color: #BDC63E;
}
.AnyTagClassName
{
color: #BDC63E;
}
</style>
background-color css
<style>
a { background-color: #BDC63E; }
a { background-color: rgb(189,198,62); }
div.DivClassName
{
background-color: #BDC63E;
}
.BgClassName
{
background-color: #BDC63E;
}
</style>
border-color css
<style>
span { border-color: #BDC63E; }
span { border-color: rgb(189,198,62); }
td.TdClassName
{
border-color: #BDC63E;
}
.TagClassName
{
border-color: #BDC63E;
}
</style>