Shades of Celery #BDBA42
Tints of Celery #BDBA42
RGB
CMYK
RGB Variations
Color information
#BDBA42 (or 0xBDBA42) is known color: Celery. HEX triplet: BD, BA and 42. RGB value is (189,186,66). Sum of RGB (Red+Green+Blue) = 189+186+66=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA42 is #4245BD. Grayscale: #ADADAD. Windows color (decimal): -4343230 or 4373181. OLE color: 4373181.
HSL color Cylindrical-coordinate representation of color #BDBA42: hue angle of 58.54º 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 #BDBA42 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 66 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.26 |
| HSL | 58.54º | 0.48% | 0.5% | - |
| HSV(B) | 58.54º | 0.65% | 0.74% | - |
| XYZ | 39.53 | 46.33 | 12.01 | - |
| YUV | 173.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 66 | 0 | 0.02 | 0.65 | 0.26 | 58.54 | 0.48 | 0.5 |
| Hex | BD | BA | 42 | 0 | 2 | 41 | 1A | 3B | 30 | 32 |
| Octal | 275 | 272 | 102 | 0 | 2 | 101 | 32 | 73 | 60 | 62 |
| Binary | 10111101 | 10111010 | 1000010 | 0 | 10 | 1000001 | 11010 | 111011 | 110000 | 110010 |
Color Harmonies of #BDBA42
Complementary color
Monochromatic Colors of #BDBA42
Black with #BDBA42
Text Example
Text Example
White with #BDBA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA42; }
p { color: rgb(189,186,66); }
H1.HeaderClassName
{
color: #BDBA42;
}
.AnyTagClassName
{
color: #BDBA42;
}
</style>
background-color css
<style>
a { background-color: #BDBA42; }
a { background-color: rgb(189,186,66); }
div.DivClassName
{
background-color: #BDBA42;
}
.BgClassName
{
background-color: #BDBA42;
}
</style>
border-color css
<style>
span { border-color: #BDBA42; }
span { border-color: rgb(189,186,66); }
td.TdClassName
{
border-color: #BDBA42;
}
.TagClassName
{
border-color: #BDBA42;
}
</style>