Shades of Celery #BDC640
Tints of Celery #BDC640
RGB
CMYK
RGB Variations
Color information
#BDC640 (or 0xBDC640) is known color: Celery. HEX triplet: BD, C6 and 40. RGB value is (189,198,64). Sum of RGB (Red+Green+Blue) = 189+198+64=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC640 is #4239BF. Grayscale: #B4B4B4. Windows color (decimal): -4340160 or 4245181. OLE color: 4245181.
HSL color Cylindrical-coordinate representation of color #BDC640: hue angle of 64.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDC640 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 64 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.22 |
| HSL | 64.03º | 0.54% | 0.51% | - |
| HSV(B) | 64.03º | 0.68% | 0.78% | - |
| XYZ | 42.11 | 51.58 | 12.59 | - |
| YUV | 180.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 64 | 0.05 | 0 | 0.68 | 0.22 | 64.03 | 0.54 | 0.51 |
| Hex | BD | C6 | 40 | 5 | 0 | 44 | 16 | 40 | 36 | 33 |
| Octal | 275 | 306 | 100 | 5 | 0 | 104 | 26 | 100 | 66 | 63 |
| Binary | 10111101 | 11000110 | 1000000 | 101 | 0 | 1000100 | 10110 | 1000000 | 110110 | 110011 |
Color Harmonies of #BDC640
Complementary color
Monochromatic Colors of #BDC640
Black with #BDC640
Text Example
Text Example
White with #BDC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC640; }
p { color: rgb(189,198,64); }
H1.HeaderClassName
{
color: #BDC640;
}
.AnyTagClassName
{
color: #BDC640;
}
</style>
background-color css
<style>
a { background-color: #BDC640; }
a { background-color: rgb(189,198,64); }
div.DivClassName
{
background-color: #BDC640;
}
.BgClassName
{
background-color: #BDC640;
}
</style>
border-color css
<style>
span { border-color: #BDC640; }
span { border-color: rgb(189,198,64); }
td.TdClassName
{
border-color: #BDC640;
}
.TagClassName
{
border-color: #BDC640;
}
</style>