Shades of Celery #BDC043
Tints of Celery #BDC043
RGB
CMYK
RGB Variations
Color information
#BDC043 (or 0xBDC043) is known color: Celery. HEX triplet: BD, C0 and 43. RGB value is (189,192,67). Sum of RGB (Red+Green+Blue) = 189+192+67=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC043 is #423FBC. Grayscale: #B1B1B1. Windows color (decimal): -4341693 or 4440253. OLE color: 4440253.
HSL color Cylindrical-coordinate representation of color #BDC043: hue angle of 61.44º 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 #BDC043 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 67 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.25 |
| HSL | 61.44º | 0.5% | 0.51% | - |
| HSV(B) | 61.44º | 0.65% | 0.75% | - |
| XYZ | 40.85 | 48.92 | 12.6 | - |
| YUV | 176.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 67 | 0.02 | 0 | 0.65 | 0.25 | 61.44 | 0.5 | 0.51 |
| Hex | BD | C0 | 43 | 2 | 0 | 41 | 19 | 3D | 32 | 33 |
| Octal | 275 | 300 | 103 | 2 | 0 | 101 | 31 | 75 | 62 | 63 |
| Binary | 10111101 | 11000000 | 1000011 | 10 | 0 | 1000001 | 11001 | 111101 | 110010 | 110011 |
Color Harmonies of #BDC043
Complementary color
Monochromatic Colors of #BDC043
Black with #BDC043
Text Example
Text Example
White with #BDC043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC043; }
p { color: rgb(189,192,67); }
H1.HeaderClassName
{
color: #BDC043;
}
.AnyTagClassName
{
color: #BDC043;
}
</style>
background-color css
<style>
a { background-color: #BDC043; }
a { background-color: rgb(189,192,67); }
div.DivClassName
{
background-color: #BDC043;
}
.BgClassName
{
background-color: #BDC043;
}
</style>
border-color css
<style>
span { border-color: #BDC043; }
span { border-color: rgb(189,192,67); }
td.TdClassName
{
border-color: #BDC043;
}
.TagClassName
{
border-color: #BDC043;
}
</style>