Shades of Celery #BDBD46
Tints of Celery #BDBD46
RGB
CMYK
RGB Variations
Color information
#BDBD46 (or 0xBDBD46) is known color: Celery. HEX triplet: BD, BD and 46. RGB value is (189,189,70). Sum of RGB (Red+Green+Blue) = 189+189+70=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD46 is #4242B9. Grayscale: #AFAFAF. Windows color (decimal): -4342458 or 4636093. OLE color: 4636093.
HSL color Cylindrical-coordinate representation of color #BDBD46: hue angle of 60º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDBD46 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 70 | - |
| CMYK | 0 | 0 | 0.63 | 0.26 |
| HSL | 60º | 0.47% | 0.51% | - |
| HSV(B) | 60º | 0.63% | 0.74% | - |
| XYZ | 40.29 | 47.66 | 12.87 | - |
| YUV | 175.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 70 | 0 | 0 | 0.63 | 0.26 | 60 | 0.47 | 0.51 |
| Hex | BD | BD | 46 | 0 | 0 | 3F | 1A | 3C | 2F | 33 |
| Octal | 275 | 275 | 106 | 0 | 0 | 77 | 32 | 74 | 57 | 63 |
| Binary | 10111101 | 10111101 | 1000110 | 0 | 0 | 111111 | 11010 | 111100 | 101111 | 110011 |
Color Harmonies of #BDBD46
Complementary color
Monochromatic Colors of #BDBD46
Black with #BDBD46
Text Example
Text Example
White with #BDBD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD46; }
p { color: rgb(189,189,70); }
H1.HeaderClassName
{
color: #BDBD46;
}
.AnyTagClassName
{
color: #BDBD46;
}
</style>
background-color css
<style>
a { background-color: #BDBD46; }
a { background-color: rgb(189,189,70); }
div.DivClassName
{
background-color: #BDBD46;
}
.BgClassName
{
background-color: #BDBD46;
}
</style>
border-color css
<style>
span { border-color: #BDBD46; }
span { border-color: rgb(189,189,70); }
td.TdClassName
{
border-color: #BDBD46;
}
.TagClassName
{
border-color: #BDBD46;
}
</style>