Shades of Celery #BDC83E
Tints of Celery #BDC83E
RGB
CMYK
RGB Variations
Color information
#BDC83E (or 0xBDC83E) is known color: Celery. HEX triplet: BD, C8 and 3E. RGB value is (189,200,62). Sum of RGB (Red+Green+Blue) = 189+200+62=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC83E is #4237C1. Grayscale: #B5B5B5. Windows color (decimal): -4339650 or 4114621. OLE color: 4114621.
HSL color Cylindrical-coordinate representation of color #BDC83E: hue angle of 64.78º degrees, saturation: 0.56, 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 #BDC83E is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 62 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.22 |
| HSL | 64.78º | 0.56% | 0.51% | - |
| HSV(B) | 64.78º | 0.69% | 0.78% | - |
| XYZ | 42.51 | 52.48 | 12.45 | - |
| YUV | 180.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 62 | 0.06 | 0 | 0.69 | 0.22 | 64.78 | 0.56 | 0.51 |
| Hex | BD | C8 | 3E | 6 | 0 | 45 | 16 | 41 | 38 | 33 |
| Octal | 275 | 310 | 76 | 6 | 0 | 105 | 26 | 101 | 70 | 63 |
| Binary | 10111101 | 11001000 | 111110 | 110 | 0 | 1000101 | 10110 | 1000001 | 111000 | 110011 |
Color Harmonies of #BDC83E
Complementary color
Monochromatic Colors of #BDC83E
Black with #BDC83E
Text Example
Text Example
White with #BDC83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC83E; }
p { color: rgb(189,200,62); }
H1.HeaderClassName
{
color: #BDC83E;
}
.AnyTagClassName
{
color: #BDC83E;
}
</style>
background-color css
<style>
a { background-color: #BDC83E; }
a { background-color: rgb(189,200,62); }
div.DivClassName
{
background-color: #BDC83E;
}
.BgClassName
{
background-color: #BDC83E;
}
</style>
border-color css
<style>
span { border-color: #BDC83E; }
span { border-color: rgb(189,200,62); }
td.TdClassName
{
border-color: #BDC83E;
}
.TagClassName
{
border-color: #BDC83E;
}
</style>