Shades of Celery #BDB941
Tints of Celery #BDB941
RGB
CMYK
RGB Variations
Color information
#BDB941 (or 0xBDB941) is known color: Celery. HEX triplet: BD, B9 and 41. RGB value is (189,185,65). Sum of RGB (Red+Green+Blue) = 189+185+65=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB941 is #4246BE. Grayscale: #ADADAD. Windows color (decimal): -4343487 or 4307389. OLE color: 4307389.
HSL color Cylindrical-coordinate representation of color #BDB941: hue angle of 58.06º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDB941 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 65 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.26 |
| HSL | 58.06º | 0.49% | 0.5% | - |
| HSV(B) | 58.06º | 0.66% | 0.74% | - |
| XYZ | 39.29 | 45.9 | 11.79 | - |
| YUV | 172.52 | 67.33 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 65 | 0 | 0.02 | 0.66 | 0.26 | 58.06 | 0.49 | 0.5 |
| Hex | BD | B9 | 41 | 0 | 2 | 42 | 1A | 3A | 31 | 32 |
| Octal | 275 | 271 | 101 | 0 | 2 | 102 | 32 | 72 | 61 | 62 |
| Binary | 10111101 | 10111001 | 1000001 | 0 | 10 | 1000010 | 11010 | 111010 | 110001 | 110010 |
Color Harmonies of #BDB941
Complementary color
Monochromatic Colors of #BDB941
Black with #BDB941
Text Example
Text Example
White with #BDB941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB941; }
p { color: rgb(189,185,65); }
H1.HeaderClassName
{
color: #BDB941;
}
.AnyTagClassName
{
color: #BDB941;
}
</style>
background-color css
<style>
a { background-color: #BDB941; }
a { background-color: rgb(189,185,65); }
div.DivClassName
{
background-color: #BDB941;
}
.BgClassName
{
background-color: #BDB941;
}
</style>
border-color css
<style>
span { border-color: #BDB941; }
span { border-color: rgb(189,185,65); }
td.TdClassName
{
border-color: #BDB941;
}
.TagClassName
{
border-color: #BDB941;
}
</style>