Shades of Celery #BDC740
Tints of Celery #BDC740
RGB
CMYK
RGB Variations
Color information
#BDC740 (or 0xBDC740) is known color: Celery. HEX triplet: BD, C7 and 40. RGB value is (189,199,64). Sum of RGB (Red+Green+Blue) = 189+199+64=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC740 is #4238BF. Grayscale: #B5B5B5. Windows color (decimal): -4339904 or 4245437. OLE color: 4245437.
HSL color Cylindrical-coordinate representation of color #BDC740: hue angle of 64.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDC740 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 64 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.22 |
| HSL | 64.44º | 0.55% | 0.52% | - |
| HSV(B) | 64.44º | 0.68% | 0.78% | - |
| XYZ | 42.34 | 52.04 | 12.66 | - |
| YUV | 180.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 64 | 0.05 | 0 | 0.68 | 0.22 | 64.44 | 0.55 | 0.52 |
| Hex | BD | C7 | 40 | 5 | 0 | 44 | 16 | 40 | 37 | 34 |
| Octal | 275 | 307 | 100 | 5 | 0 | 104 | 26 | 100 | 67 | 64 |
| Binary | 10111101 | 11000111 | 1000000 | 101 | 0 | 1000100 | 10110 | 1000000 | 110111 | 110100 |
Color Harmonies of #BDC740
Complementary color
Monochromatic Colors of #BDC740
Black with #BDC740
Text Example
Text Example
White with #BDC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC740; }
p { color: rgb(189,199,64); }
H1.HeaderClassName
{
color: #BDC740;
}
.AnyTagClassName
{
color: #BDC740;
}
</style>
background-color css
<style>
a { background-color: #BDC740; }
a { background-color: rgb(189,199,64); }
div.DivClassName
{
background-color: #BDC740;
}
.BgClassName
{
background-color: #BDC740;
}
</style>
border-color css
<style>
span { border-color: #BDC740; }
span { border-color: rgb(189,199,64); }
td.TdClassName
{
border-color: #BDC740;
}
.TagClassName
{
border-color: #BDC740;
}
</style>