Shades of Celery #BDBC40
Tints of Celery #BDBC40
RGB
CMYK
RGB Variations
Color information
#BDBC40 (or 0xBDBC40) is known color: Celery. HEX triplet: BD, BC and 40. RGB value is (189,188,64). Sum of RGB (Red+Green+Blue) = 189+188+64=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC40 is #4243BF. Grayscale: #AEAEAE. Windows color (decimal): -4342720 or 4242621. OLE color: 4242621.
HSL color Cylindrical-coordinate representation of color #BDBC40: hue angle of 59.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDBC40 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 64 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.26 |
| HSL | 59.52º | 0.49% | 0.5% | - |
| HSV(B) | 59.52º | 0.66% | 0.74% | - |
| XYZ | 39.89 | 47.16 | 11.85 | - |
| YUV | 174.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 64 | 0 | 0.01 | 0.66 | 0.26 | 59.52 | 0.49 | 0.5 |
| Hex | BD | BC | 40 | 0 | 1 | 42 | 1A | 3C | 31 | 32 |
| Octal | 275 | 274 | 100 | 0 | 1 | 102 | 32 | 74 | 61 | 62 |
| Binary | 10111101 | 10111100 | 1000000 | 0 | 1 | 1000010 | 11010 | 111100 | 110001 | 110010 |
Color Harmonies of #BDBC40
Complementary color
Monochromatic Colors of #BDBC40
Black with #BDBC40
Text Example
Text Example
White with #BDBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC40; }
p { color: rgb(189,188,64); }
H1.HeaderClassName
{
color: #BDBC40;
}
.AnyTagClassName
{
color: #BDBC40;
}
</style>
background-color css
<style>
a { background-color: #BDBC40; }
a { background-color: rgb(189,188,64); }
div.DivClassName
{
background-color: #BDBC40;
}
.BgClassName
{
background-color: #BDBC40;
}
</style>
border-color css
<style>
span { border-color: #BDBC40; }
span { border-color: rgb(189,188,64); }
td.TdClassName
{
border-color: #BDBC40;
}
.TagClassName
{
border-color: #BDBC40;
}
</style>