Shades of Celery #BDB749
Tints of Celery #BDB749
RGB
CMYK
RGB Variations
Color information
#BDB749 (or 0xBDB749) is known color: Celery. HEX triplet: BD, B7 and 49. RGB value is (189,183,73). Sum of RGB (Red+Green+Blue) = 189+183+73=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB749 is #4248B6. Grayscale: #ACACAC. Windows color (decimal): -4343991 or 4831165. OLE color: 4831165.
HSL color Cylindrical-coordinate representation of color #BDB749: hue angle of 56.9º 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 #BDB749 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 73 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.26 |
| HSL | 56.9º | 0.47% | 0.51% | - |
| HSV(B) | 56.9º | 0.61% | 0.74% | - |
| XYZ | 39.12 | 45.17 | 12.96 | - |
| YUV | 172.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 73 | 0 | 0.03 | 0.61 | 0.26 | 56.9 | 0.47 | 0.51 |
| Hex | BD | B7 | 49 | 0 | 3 | 3D | 1A | 39 | 2F | 33 |
| Octal | 275 | 267 | 111 | 0 | 3 | 75 | 32 | 71 | 57 | 63 |
| Binary | 10111101 | 10110111 | 1001001 | 0 | 11 | 111101 | 11010 | 111001 | 101111 | 110011 |
Color Harmonies of #BDB749
Complementary color
Monochromatic Colors of #BDB749
Black with #BDB749
Text Example
Text Example
White with #BDB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB749; }
p { color: rgb(189,183,73); }
H1.HeaderClassName
{
color: #BDB749;
}
.AnyTagClassName
{
color: #BDB749;
}
</style>
background-color css
<style>
a { background-color: #BDB749; }
a { background-color: rgb(189,183,73); }
div.DivClassName
{
background-color: #BDB749;
}
.BgClassName
{
background-color: #BDB749;
}
</style>
border-color css
<style>
span { border-color: #BDB749; }
span { border-color: rgb(189,183,73); }
td.TdClassName
{
border-color: #BDB749;
}
.TagClassName
{
border-color: #BDB749;
}
</style>