Shades of Celery #BDB84D
Tints of Celery #BDB84D
RGB
CMYK
RGB Variations
Color information
#BDB84D (or 0xBDB84D) is known color: Celery. HEX triplet: BD, B8 and 4D. RGB value is (189,184,77). Sum of RGB (Red+Green+Blue) = 189+184+77=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB84D is #4247B2. Grayscale: #ADADAD. Windows color (decimal): -4343731 or 5093565. OLE color: 5093565.
HSL color Cylindrical-coordinate representation of color #BDB84D: hue angle of 57.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDB84D is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 77 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.26 |
| HSL | 57.32º | 0.46% | 0.52% | - |
| HSV(B) | 57.32º | 0.59% | 0.74% | - |
| XYZ | 39.47 | 45.64 | 13.75 | - |
| YUV | 173.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 77 | 0 | 0.03 | 0.59 | 0.26 | 57.32 | 0.46 | 0.52 |
| Hex | BD | B8 | 4D | 0 | 3 | 3B | 1A | 39 | 2E | 34 |
| Octal | 275 | 270 | 115 | 0 | 3 | 73 | 32 | 71 | 56 | 64 |
| Binary | 10111101 | 10111000 | 1001101 | 0 | 11 | 111011 | 11010 | 111001 | 101110 | 110100 |
Color Harmonies of #BDB84D
Complementary color
Monochromatic Colors of #BDB84D
Black with #BDB84D
Text Example
Text Example
White with #BDB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB84D; }
p { color: rgb(189,184,77); }
H1.HeaderClassName
{
color: #BDB84D;
}
.AnyTagClassName
{
color: #BDB84D;
}
</style>
background-color css
<style>
a { background-color: #BDB84D; }
a { background-color: rgb(189,184,77); }
div.DivClassName
{
background-color: #BDB84D;
}
.BgClassName
{
background-color: #BDB84D;
}
</style>
border-color css
<style>
span { border-color: #BDB84D; }
span { border-color: rgb(189,184,77); }
td.TdClassName
{
border-color: #BDB84D;
}
.TagClassName
{
border-color: #BDB84D;
}
</style>