Shades of Celery #BDBB46
Tints of Celery #BDBB46
RGB
CMYK
RGB Variations
Color information
#BDBB46 (or 0xBDBB46) is known color: Celery. HEX triplet: BD, BB and 46. RGB value is (189,187,70). Sum of RGB (Red+Green+Blue) = 189+187+70=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB46 is #4244B9. Grayscale: #AEAEAE. Windows color (decimal): -4342970 or 4635581. OLE color: 4635581.
HSL color Cylindrical-coordinate representation of color #BDBB46: hue angle of 58.99º 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 #BDBB46 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 70 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.26 |
| HSL | 58.99º | 0.47% | 0.51% | - |
| HSV(B) | 58.99º | 0.63% | 0.74% | - |
| XYZ | 39.86 | 46.8 | 12.73 | - |
| YUV | 174.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 70 | 0 | 0.01 | 0.63 | 0.26 | 58.99 | 0.47 | 0.51 |
| Hex | BD | BB | 46 | 0 | 1 | 3F | 1A | 3B | 2F | 33 |
| Octal | 275 | 273 | 106 | 0 | 1 | 77 | 32 | 73 | 57 | 63 |
| Binary | 10111101 | 10111011 | 1000110 | 0 | 1 | 111111 | 11010 | 111011 | 101111 | 110011 |
Color Harmonies of #BDBB46
Complementary color
Monochromatic Colors of #BDBB46
Black with #BDBB46
Text Example
Text Example
White with #BDBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB46; }
p { color: rgb(189,187,70); }
H1.HeaderClassName
{
color: #BDBB46;
}
.AnyTagClassName
{
color: #BDBB46;
}
</style>
background-color css
<style>
a { background-color: #BDBB46; }
a { background-color: rgb(189,187,70); }
div.DivClassName
{
background-color: #BDBB46;
}
.BgClassName
{
background-color: #BDBB46;
}
</style>
border-color css
<style>
span { border-color: #BDBB46; }
span { border-color: rgb(189,187,70); }
td.TdClassName
{
border-color: #BDBB46;
}
.TagClassName
{
border-color: #BDBB46;
}
</style>