Shades of Celery #BDC036
Tints of Celery #BDC036
RGB
CMYK
RGB Variations
Color information
#BDC036 (or 0xBDC036) is known color: Celery. HEX triplet: BD, C0 and 36. RGB value is (189,192,54). Sum of RGB (Red+Green+Blue) = 189+192+54=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC036 is #423FC9. Grayscale: #AFAFAF. Windows color (decimal): -4341706 or 3588285. OLE color: 3588285.
HSL color Cylindrical-coordinate representation of color #BDC036: hue angle of 61.3º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDC036 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 54 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.25 |
| HSL | 61.3º | 0.56% | 0.48% | - |
| HSV(B) | 61.3º | 0.72% | 0.75% | - |
| XYZ | 40.5 | 48.78 | 10.77 | - |
| YUV | 175.37 | 59.51 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 54 | 0.02 | 0 | 0.72 | 0.25 | 61.3 | 0.56 | 0.48 |
| Hex | BD | C0 | 36 | 2 | 0 | 48 | 19 | 3D | 38 | 30 |
| Octal | 275 | 300 | 66 | 2 | 0 | 110 | 31 | 75 | 70 | 60 |
| Binary | 10111101 | 11000000 | 110110 | 10 | 0 | 1001000 | 11001 | 111101 | 111000 | 110000 |
Color Harmonies of #BDC036
Complementary color
Monochromatic Colors of #BDC036
Black with #BDC036
Text Example
Text Example
White with #BDC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC036; }
p { color: rgb(189,192,54); }
H1.HeaderClassName
{
color: #BDC036;
}
.AnyTagClassName
{
color: #BDC036;
}
</style>
background-color css
<style>
a { background-color: #BDC036; }
a { background-color: rgb(189,192,54); }
div.DivClassName
{
background-color: #BDC036;
}
.BgClassName
{
background-color: #BDC036;
}
</style>
border-color css
<style>
span { border-color: #BDC036; }
span { border-color: rgb(189,192,54); }
td.TdClassName
{
border-color: #BDC036;
}
.TagClassName
{
border-color: #BDC036;
}
</style>