Shades of Celery #BDB747
Tints of Celery #BDB747
RGB
CMYK
RGB Variations
Color information
#BDB747 (or 0xBDB747) is known color: Celery. HEX triplet: BD, B7 and 47. RGB value is (189,183,71). Sum of RGB (Red+Green+Blue) = 189+183+71=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB747 is #4248B8. Grayscale: #ACACAC. Windows color (decimal): -4343993 or 4700093. OLE color: 4700093.
HSL color Cylindrical-coordinate representation of color #BDB747: hue angle of 56.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDB747 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 71 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.26 |
| HSL | 56.95º | 0.47% | 0.51% | - |
| HSV(B) | 56.95º | 0.62% | 0.74% | - |
| XYZ | 39.06 | 45.14 | 12.62 | - |
| YUV | 172.03 | 70.99 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 71 | 0 | 0.03 | 0.62 | 0.26 | 56.95 | 0.47 | 0.51 |
| Hex | BD | B7 | 47 | 0 | 3 | 3E | 1A | 39 | 2F | 33 |
| Octal | 275 | 267 | 107 | 0 | 3 | 76 | 32 | 71 | 57 | 63 |
| Binary | 10111101 | 10110111 | 1000111 | 0 | 11 | 111110 | 11010 | 111001 | 101111 | 110011 |
Color Harmonies of #BDB747
Complementary color
Monochromatic Colors of #BDB747
Black with #BDB747
Text Example
Text Example
White with #BDB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB747; }
p { color: rgb(189,183,71); }
H1.HeaderClassName
{
color: #BDB747;
}
.AnyTagClassName
{
color: #BDB747;
}
</style>
background-color css
<style>
a { background-color: #BDB747; }
a { background-color: rgb(189,183,71); }
div.DivClassName
{
background-color: #BDB747;
}
.BgClassName
{
background-color: #BDB747;
}
</style>
border-color css
<style>
span { border-color: #BDB747; }
span { border-color: rgb(189,183,71); }
td.TdClassName
{
border-color: #BDB747;
}
.TagClassName
{
border-color: #BDB747;
}
</style>