Shades of Celery #BDC146
Tints of Celery #BDC146
RGB
CMYK
RGB Variations
Color information
#BDC146 (or 0xBDC146) is known color: Celery. HEX triplet: BD, C1 and 46. RGB value is (189,193,70). Sum of RGB (Red+Green+Blue) = 189+193+70=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC146 is #423EB9. Grayscale: #B2B2B2. Windows color (decimal): -4341434 or 4637117. OLE color: 4637117.
HSL color Cylindrical-coordinate representation of color #BDC146: hue angle of 61.95º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC146 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 70 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.24 |
| HSL | 61.95º | 0.5% | 0.52% | - |
| HSV(B) | 61.95º | 0.64% | 0.76% | - |
| XYZ | 41.16 | 49.4 | 13.16 | - |
| YUV | 177.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 70 | 0.02 | 0 | 0.64 | 0.24 | 61.95 | 0.5 | 0.52 |
| Hex | BD | C1 | 46 | 2 | 0 | 40 | 18 | 3E | 32 | 34 |
| Octal | 275 | 301 | 106 | 2 | 0 | 100 | 30 | 76 | 62 | 64 |
| Binary | 10111101 | 11000001 | 1000110 | 10 | 0 | 1000000 | 11000 | 111110 | 110010 | 110100 |
Color Harmonies of #BDC146
Complementary color
Monochromatic Colors of #BDC146
Black with #BDC146
Text Example
Text Example
White with #BDC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC146; }
p { color: rgb(189,193,70); }
H1.HeaderClassName
{
color: #BDC146;
}
.AnyTagClassName
{
color: #BDC146;
}
</style>
background-color css
<style>
a { background-color: #BDC146; }
a { background-color: rgb(189,193,70); }
div.DivClassName
{
background-color: #BDC146;
}
.BgClassName
{
background-color: #BDC146;
}
</style>
border-color css
<style>
span { border-color: #BDC146; }
span { border-color: rgb(189,193,70); }
td.TdClassName
{
border-color: #BDC146;
}
.TagClassName
{
border-color: #BDC146;
}
</style>