Shades of Celery #BDB942
Tints of Celery #BDB942
RGB
CMYK
RGB Variations
Color information
#BDB942 (or 0xBDB942) is known color: Celery. HEX triplet: BD, B9 and 42. RGB value is (189,185,66). Sum of RGB (Red+Green+Blue) = 189+185+66=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB942 is #4246BD. Grayscale: #ADADAD. Windows color (decimal): -4343486 or 4372925. OLE color: 4372925.
HSL color Cylindrical-coordinate representation of color #BDB942: hue angle of 58.05º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDB942 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 66 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.26 |
| HSL | 58.05º | 0.48% | 0.5% | - |
| HSV(B) | 58.05º | 0.65% | 0.74% | - |
| XYZ | 39.32 | 45.91 | 11.94 | - |
| YUV | 172.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 66 | 0 | 0.02 | 0.65 | 0.26 | 58.05 | 0.48 | 0.5 |
| Hex | BD | B9 | 42 | 0 | 2 | 41 | 1A | 3A | 30 | 32 |
| Octal | 275 | 271 | 102 | 0 | 2 | 101 | 32 | 72 | 60 | 62 |
| Binary | 10111101 | 10111001 | 1000010 | 0 | 10 | 1000001 | 11010 | 111010 | 110000 | 110010 |
Color Harmonies of #BDB942
Complementary color
Monochromatic Colors of #BDB942
Black with #BDB942
Text Example
Text Example
White with #BDB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB942; }
p { color: rgb(189,185,66); }
H1.HeaderClassName
{
color: #BDB942;
}
.AnyTagClassName
{
color: #BDB942;
}
</style>
background-color css
<style>
a { background-color: #BDB942; }
a { background-color: rgb(189,185,66); }
div.DivClassName
{
background-color: #BDB942;
}
.BgClassName
{
background-color: #BDB942;
}
</style>
border-color css
<style>
span { border-color: #BDB942; }
span { border-color: rgb(189,185,66); }
td.TdClassName
{
border-color: #BDB942;
}
.TagClassName
{
border-color: #BDB942;
}
</style>