Shades of Celery #BDBE43
Tints of Celery #BDBE43
RGB
CMYK
RGB Variations
Color information
#BDBE43 (or 0xBDBE43) is known color: Celery. HEX triplet: BD, BE and 43. RGB value is (189,190,67). Sum of RGB (Red+Green+Blue) = 189+190+67=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE43 is #4241BC. Grayscale: #B0B0B0. Windows color (decimal): -4342205 or 4439741. OLE color: 4439741.
HSL color Cylindrical-coordinate representation of color #BDBE43: hue angle of 60.49º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDBE43 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 190 | 67 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.25 |
| HSL | 60.49º | 0.49% | 0.5% | - |
| HSV(B) | 60.49º | 0.65% | 0.75% | - |
| XYZ | 40.41 | 48.05 | 12.45 | - |
| YUV | 175.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 190 | 67 | 0.01 | 0 | 0.65 | 0.25 | 60.49 | 0.49 | 0.5 |
| Hex | BD | BE | 43 | 1 | 0 | 41 | 19 | 3C | 31 | 32 |
| Octal | 275 | 276 | 103 | 1 | 0 | 101 | 31 | 74 | 61 | 62 |
| Binary | 10111101 | 10111110 | 1000011 | 1 | 0 | 1000001 | 11001 | 111100 | 110001 | 110010 |
Color Harmonies of #BDBE43
Complementary color
Monochromatic Colors of #BDBE43
Black with #BDBE43
Text Example
Text Example
White with #BDBE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBE43; }
p { color: rgb(189,190,67); }
H1.HeaderClassName
{
color: #BDBE43;
}
.AnyTagClassName
{
color: #BDBE43;
}
</style>
background-color css
<style>
a { background-color: #BDBE43; }
a { background-color: rgb(189,190,67); }
div.DivClassName
{
background-color: #BDBE43;
}
.BgClassName
{
background-color: #BDBE43;
}
</style>
border-color css
<style>
span { border-color: #BDBE43; }
span { border-color: rgb(189,190,67); }
td.TdClassName
{
border-color: #BDBE43;
}
.TagClassName
{
border-color: #BDBE43;
}
</style>