Shades of Celery #BDBC47
Tints of Celery #BDBC47
RGB
CMYK
RGB Variations
Color information
#BDBC47 (or 0xBDBC47) is known color: Celery. HEX triplet: BD, BC and 47. RGB value is (189,188,71). Sum of RGB (Red+Green+Blue) = 189+188+71=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 71 (28.12% from 255 or 15.85% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC47 is #4243B8. Grayscale: #AFAFAF. Windows color (decimal): -4342713 or 4701373. OLE color: 4701373.
HSL color Cylindrical-coordinate representation of color #BDBC47: hue angle of 59.49º 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 #BDBC47 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 71 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.26 |
| HSL | 59.49º | 0.47% | 0.51% | - |
| HSV(B) | 59.49º | 0.62% | 0.74% | - |
| XYZ | 40.11 | 47.24 | 12.97 | - |
| YUV | 174.96 | 69.33 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 71 | 0 | 0.01 | 0.62 | 0.26 | 59.49 | 0.47 | 0.51 |
| Hex | BD | BC | 47 | 0 | 1 | 3E | 1A | 3B | 2F | 33 |
| Octal | 275 | 274 | 107 | 0 | 1 | 76 | 32 | 73 | 57 | 63 |
| Binary | 10111101 | 10111100 | 1000111 | 0 | 1 | 111110 | 11010 | 111011 | 101111 | 110011 |
Color Harmonies of #BDBC47
Complementary color
Monochromatic Colors of #BDBC47
Black with #BDBC47
Text Example
Text Example
White with #BDBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC47; }
p { color: rgb(189,188,71); }
H1.HeaderClassName
{
color: #BDBC47;
}
.AnyTagClassName
{
color: #BDBC47;
}
</style>
background-color css
<style>
a { background-color: #BDBC47; }
a { background-color: rgb(189,188,71); }
div.DivClassName
{
background-color: #BDBC47;
}
.BgClassName
{
background-color: #BDBC47;
}
</style>
border-color css
<style>
span { border-color: #BDBC47; }
span { border-color: rgb(189,188,71); }
td.TdClassName
{
border-color: #BDBC47;
}
.TagClassName
{
border-color: #BDBC47;
}
</style>