Shades of Celery #BDC044
Tints of Celery #BDC044
RGB
CMYK
RGB Variations
Color information
#BDC044 (or 0xBDC044) is known color: Celery. HEX triplet: BD, C0 and 44. RGB value is (189,192,68). Sum of RGB (Red+Green+Blue) = 189+192+68=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC044 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC044 is #423FBB. Grayscale: #B1B1B1. Windows color (decimal): -4341692 or 4505789. OLE color: 4505789.
HSL color Cylindrical-coordinate representation of color #BDC044: hue angle of 61.45º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC044 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 68 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.25 |
| HSL | 61.45º | 0.5% | 0.51% | - |
| HSV(B) | 61.45º | 0.65% | 0.75% | - |
| XYZ | 40.88 | 48.94 | 12.76 | - |
| YUV | 176.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 68 | 0.02 | 0 | 0.65 | 0.25 | 61.45 | 0.5 | 0.51 |
| Hex | BD | C0 | 44 | 2 | 0 | 41 | 19 | 3D | 32 | 33 |
| Octal | 275 | 300 | 104 | 2 | 0 | 101 | 31 | 75 | 62 | 63 |
| Binary | 10111101 | 11000000 | 1000100 | 10 | 0 | 1000001 | 11001 | 111101 | 110010 | 110011 |
Color Harmonies of #BDC044
Complementary color
Monochromatic Colors of #BDC044
Black with #BDC044
Text Example
Text Example
White with #BDC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC044; }
p { color: rgb(189,192,68); }
H1.HeaderClassName
{
color: #BDC044;
}
.AnyTagClassName
{
color: #BDC044;
}
</style>
background-color css
<style>
a { background-color: #BDC044; }
a { background-color: rgb(189,192,68); }
div.DivClassName
{
background-color: #BDC044;
}
.BgClassName
{
background-color: #BDC044;
}
</style>
border-color css
<style>
span { border-color: #BDC044; }
span { border-color: rgb(189,192,68); }
td.TdClassName
{
border-color: #BDC044;
}
.TagClassName
{
border-color: #BDC044;
}
</style>