Shades of Celery #BDBA49
Tints of Celery #BDBA49
RGB
CMYK
RGB Variations
Color information
#BDBA49 (or 0xBDBA49) is known color: Celery. HEX triplet: BD, BA and 49. RGB value is (189,186,73). Sum of RGB (Red+Green+Blue) = 189+186+73=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA49 is #4245B6. Grayscale: #AEAEAE. Windows color (decimal): -4343223 or 4831933. OLE color: 4831933.
HSL color Cylindrical-coordinate representation of color #BDBA49: hue angle of 58.45º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDBA49 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 73 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.26 |
| HSL | 58.45º | 0.47% | 0.51% | - |
| HSV(B) | 58.45º | 0.61% | 0.74% | - |
| XYZ | 39.75 | 46.42 | 13.17 | - |
| YUV | 174.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 73 | 0 | 0.02 | 0.61 | 0.26 | 58.45 | 0.47 | 0.51 |
| Hex | BD | BA | 49 | 0 | 2 | 3D | 1A | 3A | 2F | 33 |
| Octal | 275 | 272 | 111 | 0 | 2 | 75 | 32 | 72 | 57 | 63 |
| Binary | 10111101 | 10111010 | 1001001 | 0 | 10 | 111101 | 11010 | 111010 | 101111 | 110011 |
Color Harmonies of #BDBA49
Complementary color
Monochromatic Colors of #BDBA49
Black with #BDBA49
Text Example
Text Example
White with #BDBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA49; }
p { color: rgb(189,186,73); }
H1.HeaderClassName
{
color: #BDBA49;
}
.AnyTagClassName
{
color: #BDBA49;
}
</style>
background-color css
<style>
a { background-color: #BDBA49; }
a { background-color: rgb(189,186,73); }
div.DivClassName
{
background-color: #BDBA49;
}
.BgClassName
{
background-color: #BDBA49;
}
</style>
border-color css
<style>
span { border-color: #BDBA49; }
span { border-color: rgb(189,186,73); }
td.TdClassName
{
border-color: #BDBA49;
}
.TagClassName
{
border-color: #BDBA49;
}
</style>