Shades of Celery #BDBA3F
Tints of Celery #BDBA3F
RGB
CMYK
RGB Variations
Color information
#BDBA3F (or 0xBDBA3F) is known color: Celery. HEX triplet: BD, BA and 3F. RGB value is (189,186,63). Sum of RGB (Red+Green+Blue) = 189+186+63=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA3F is #4245C0. Grayscale: #ADADAD. Windows color (decimal): -4343233 or 4176573. OLE color: 4176573.
HSL color Cylindrical-coordinate representation of color #BDBA3F: hue angle of 58.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDBA3F is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 63 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.26 |
| HSL | 58.57º | 0.5% | 0.49% | - |
| HSV(B) | 58.57º | 0.67% | 0.74% | - |
| XYZ | 39.44 | 46.3 | 11.56 | - |
| YUV | 172.88 | 65.99 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 63 | 0 | 0.02 | 0.67 | 0.26 | 58.57 | 0.5 | 0.49 |
| Hex | BD | BA | 3F | 0 | 2 | 43 | 1A | 3B | 32 | 31 |
| Octal | 275 | 272 | 77 | 0 | 2 | 103 | 32 | 73 | 62 | 61 |
| Binary | 10111101 | 10111010 | 111111 | 0 | 10 | 1000011 | 11010 | 111011 | 110010 | 110001 |
Color Harmonies of #BDBA3F
Complementary color
Monochromatic Colors of #BDBA3F
Black with #BDBA3F
Text Example
Text Example
White with #BDBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA3F; }
p { color: rgb(189,186,63); }
H1.HeaderClassName
{
color: #BDBA3F;
}
.AnyTagClassName
{
color: #BDBA3F;
}
</style>
background-color css
<style>
a { background-color: #BDBA3F; }
a { background-color: rgb(189,186,63); }
div.DivClassName
{
background-color: #BDBA3F;
}
.BgClassName
{
background-color: #BDBA3F;
}
</style>
border-color css
<style>
span { border-color: #BDBA3F; }
span { border-color: rgb(189,186,63); }
td.TdClassName
{
border-color: #BDBA3F;
}
.TagClassName
{
border-color: #BDBA3F;
}
</style>