Shades of Celery #BDBD43
Tints of Celery #BDBD43
RGB
CMYK
RGB Variations
Color information
#BDBD43 (or 0xBDBD43) is known color: Celery. HEX triplet: BD, BD and 43. RGB value is (189,189,67). Sum of RGB (Red+Green+Blue) = 189+189+67=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 67 (26.56% from 255 or 15.06% from 445); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD43 is #4242BC. Grayscale: #AFAFAF. Windows color (decimal): -4342461 or 4439485. OLE color: 4439485.
HSL color Cylindrical-coordinate representation of color #BDBD43: hue angle of 60º 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 #BDBD43 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 67 | - |
| CMYK | 0 | 0 | 0.65 | 0.26 |
| HSL | 60º | 0.48% | 0.5% | - |
| HSV(B) | 60º | 0.65% | 0.74% | - |
| XYZ | 40.2 | 47.62 | 12.38 | - |
| YUV | 175.09 | 67 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 67 | 0 | 0 | 0.65 | 0.26 | 60 | 0.48 | 0.5 |
| Hex | BD | BD | 43 | 0 | 0 | 41 | 1A | 3C | 30 | 32 |
| Octal | 275 | 275 | 103 | 0 | 0 | 101 | 32 | 74 | 60 | 62 |
| Binary | 10111101 | 10111101 | 1000011 | 0 | 0 | 1000001 | 11010 | 111100 | 110000 | 110010 |
Color Harmonies of #BDBD43
Complementary color
Monochromatic Colors of #BDBD43
Black with #BDBD43
Text Example
Text Example
White with #BDBD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD43; }
p { color: rgb(189,189,67); }
H1.HeaderClassName
{
color: #BDBD43;
}
.AnyTagClassName
{
color: #BDBD43;
}
</style>
background-color css
<style>
a { background-color: #BDBD43; }
a { background-color: rgb(189,189,67); }
div.DivClassName
{
background-color: #BDBD43;
}
.BgClassName
{
background-color: #BDBD43;
}
</style>
border-color css
<style>
span { border-color: #BDBD43; }
span { border-color: rgb(189,189,67); }
td.TdClassName
{
border-color: #BDBD43;
}
.TagClassName
{
border-color: #BDBD43;
}
</style>