Shades of Celery #BDB94C
Tints of Celery #BDB94C
RGB
CMYK
RGB Variations
Color information
#BDB94C (or 0xBDB94C) is known color: Celery. HEX triplet: BD, B9 and 4C. RGB value is (189,185,76). Sum of RGB (Red+Green+Blue) = 189+185+76=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB94C is #4246B3. Grayscale: #AEAEAE. Windows color (decimal): -4343476 or 5028285. OLE color: 5028285.
HSL color Cylindrical-coordinate representation of color #BDB94C: hue angle of 57.88º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDB94C is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 76 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.26 |
| HSL | 57.88º | 0.46% | 0.52% | - |
| HSV(B) | 57.88º | 0.6% | 0.74% | - |
| XYZ | 39.64 | 46.04 | 13.63 | - |
| YUV | 173.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 76 | 0 | 0.02 | 0.60 | 0.26 | 57.88 | 0.46 | 0.52 |
| Hex | BD | B9 | 4C | 0 | 2 | 3C | 1A | 3A | 2E | 34 |
| Octal | 275 | 271 | 114 | 0 | 2 | 74 | 32 | 72 | 56 | 64 |
| Binary | 10111101 | 10111001 | 1001100 | 0 | 10 | 111100 | 11010 | 111010 | 101110 | 110100 |
Color Harmonies of #BDB94C
Complementary color
Monochromatic Colors of #BDB94C
Black with #BDB94C
Text Example
Text Example
White with #BDB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB94C; }
p { color: rgb(189,185,76); }
H1.HeaderClassName
{
color: #BDB94C;
}
.AnyTagClassName
{
color: #BDB94C;
}
</style>
background-color css
<style>
a { background-color: #BDB94C; }
a { background-color: rgb(189,185,76); }
div.DivClassName
{
background-color: #BDB94C;
}
.BgClassName
{
background-color: #BDB94C;
}
</style>
border-color css
<style>
span { border-color: #BDB94C; }
span { border-color: rgb(189,185,76); }
td.TdClassName
{
border-color: #BDB94C;
}
.TagClassName
{
border-color: #BDB94C;
}
</style>