Shades of Celery #BDB94B
Tints of Celery #BDB94B
RGB
CMYK
RGB Variations
Color information
#BDB94B (or 0xBDB94B) is known color: Celery. HEX triplet: BD, B9 and 4B. RGB value is (189,185,75). Sum of RGB (Red+Green+Blue) = 189+185+75=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB94B is #4246B4. Grayscale: #AEAEAE. Windows color (decimal): -4343477 or 4962749. OLE color: 4962749.
HSL color Cylindrical-coordinate representation of color #BDB94B: hue angle of 57.89º 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 #BDB94B is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 75 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.26 |
| HSL | 57.89º | 0.46% | 0.52% | - |
| HSV(B) | 57.89º | 0.6% | 0.74% | - |
| XYZ | 39.61 | 46.02 | 13.45 | - |
| YUV | 173.66 | 72.33 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 75 | 0 | 0.02 | 0.60 | 0.26 | 57.89 | 0.46 | 0.52 |
| Hex | BD | B9 | 4B | 0 | 2 | 3C | 1A | 3A | 2E | 34 |
| Octal | 275 | 271 | 113 | 0 | 2 | 74 | 32 | 72 | 56 | 64 |
| Binary | 10111101 | 10111001 | 1001011 | 0 | 10 | 111100 | 11010 | 111010 | 101110 | 110100 |
Color Harmonies of #BDB94B
Complementary color
Monochromatic Colors of #BDB94B
Black with #BDB94B
Text Example
Text Example
White with #BDB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB94B; }
p { color: rgb(189,185,75); }
H1.HeaderClassName
{
color: #BDB94B;
}
.AnyTagClassName
{
color: #BDB94B;
}
</style>
background-color css
<style>
a { background-color: #BDB94B; }
a { background-color: rgb(189,185,75); }
div.DivClassName
{
background-color: #BDB94B;
}
.BgClassName
{
background-color: #BDB94B;
}
</style>
border-color css
<style>
span { border-color: #BDB94B; }
span { border-color: rgb(189,185,75); }
td.TdClassName
{
border-color: #BDB94B;
}
.TagClassName
{
border-color: #BDB94B;
}
</style>