Shades of Celery #BDBB43
Tints of Celery #BDBB43
RGB
CMYK
RGB Variations
Color information
#BDBB43 (or 0xBDBB43) is known color: Celery. HEX triplet: BD, BB and 43. RGB value is (189,187,67). Sum of RGB (Red+Green+Blue) = 189+187+67=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB43 is #4244BC. Grayscale: #AEAEAE. Windows color (decimal): -4342973 or 4438973. OLE color: 4438973.
HSL color Cylindrical-coordinate representation of color #BDBB43: hue angle of 59.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDBB43 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 67 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.26 |
| HSL | 59.02º | 0.48% | 0.5% | - |
| HSV(B) | 59.02º | 0.65% | 0.74% | - |
| XYZ | 39.77 | 46.76 | 12.24 | - |
| YUV | 173.92 | 67.66 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 67 | 0 | 0.01 | 0.65 | 0.26 | 59.02 | 0.48 | 0.5 |
| Hex | BD | BB | 43 | 0 | 1 | 41 | 1A | 3B | 30 | 32 |
| Octal | 275 | 273 | 103 | 0 | 1 | 101 | 32 | 73 | 60 | 62 |
| Binary | 10111101 | 10111011 | 1000011 | 0 | 1 | 1000001 | 11010 | 111011 | 110000 | 110010 |
Color Harmonies of #BDBB43
Complementary color
Monochromatic Colors of #BDBB43
Black with #BDBB43
Text Example
Text Example
White with #BDBB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB43; }
p { color: rgb(189,187,67); }
H1.HeaderClassName
{
color: #BDBB43;
}
.AnyTagClassName
{
color: #BDBB43;
}
</style>
background-color css
<style>
a { background-color: #BDBB43; }
a { background-color: rgb(189,187,67); }
div.DivClassName
{
background-color: #BDBB43;
}
.BgClassName
{
background-color: #BDBB43;
}
</style>
border-color css
<style>
span { border-color: #BDBB43; }
span { border-color: rgb(189,187,67); }
td.TdClassName
{
border-color: #BDBB43;
}
.TagClassName
{
border-color: #BDBB43;
}
</style>