Shades of Celery #BDBB41
Tints of Celery #BDBB41
RGB
CMYK
RGB Variations
Color information
#BDBB41 (or 0xBDBB41) is known color: Celery. HEX triplet: BD, BB and 41. RGB value is (189,187,65). Sum of RGB (Red+Green+Blue) = 189+187+65=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB41 is #4244BE. Grayscale: #AEAEAE. Windows color (decimal): -4342975 or 4307901. OLE color: 4307901.
HSL color Cylindrical-coordinate representation of color #BDBB41: hue angle of 59.03º 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 #BDBB41 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 65 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.26 |
| HSL | 59.03º | 0.49% | 0.5% | - |
| HSV(B) | 59.03º | 0.66% | 0.74% | - |
| XYZ | 39.71 | 46.74 | 11.93 | - |
| YUV | 173.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 65 | 0 | 0.01 | 0.66 | 0.26 | 59.03 | 0.49 | 0.5 |
| Hex | BD | BB | 41 | 0 | 1 | 42 | 1A | 3B | 31 | 32 |
| Octal | 275 | 273 | 101 | 0 | 1 | 102 | 32 | 73 | 61 | 62 |
| Binary | 10111101 | 10111011 | 1000001 | 0 | 1 | 1000010 | 11010 | 111011 | 110001 | 110010 |
Color Harmonies of #BDBB41
Complementary color
Monochromatic Colors of #BDBB41
Black with #BDBB41
Text Example
Text Example
White with #BDBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB41; }
p { color: rgb(189,187,65); }
H1.HeaderClassName
{
color: #BDBB41;
}
.AnyTagClassName
{
color: #BDBB41;
}
</style>
background-color css
<style>
a { background-color: #BDBB41; }
a { background-color: rgb(189,187,65); }
div.DivClassName
{
background-color: #BDBB41;
}
.BgClassName
{
background-color: #BDBB41;
}
</style>
border-color css
<style>
span { border-color: #BDBB41; }
span { border-color: rgb(189,187,65); }
td.TdClassName
{
border-color: #BDBB41;
}
.TagClassName
{
border-color: #BDBB41;
}
</style>