Shades of Celery #BDBB40
Tints of Celery #BDBB40
RGB
CMYK
RGB Variations
Color information
#BDBB40 (or 0xBDBB40) is known color: Celery. HEX triplet: BD, BB and 40. RGB value is (189,187,64). Sum of RGB (Red+Green+Blue) = 189+187+64=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBB40 is #4244BF. Grayscale: #AEAEAE. Windows color (decimal): -4342976 or 4242365. OLE color: 4242365.
HSL color Cylindrical-coordinate representation of color #BDBB40: hue angle of 59.04º 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 #BDBB40 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 64 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.26 |
| HSL | 59.04º | 0.49% | 0.5% | - |
| HSV(B) | 59.04º | 0.66% | 0.74% | - |
| XYZ | 39.68 | 46.73 | 11.78 | - |
| YUV | 173.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 64 | 0 | 0.01 | 0.66 | 0.26 | 59.04 | 0.49 | 0.5 |
| Hex | BD | BB | 40 | 0 | 1 | 42 | 1A | 3B | 31 | 32 |
| Octal | 275 | 273 | 100 | 0 | 1 | 102 | 32 | 73 | 61 | 62 |
| Binary | 10111101 | 10111011 | 1000000 | 0 | 1 | 1000010 | 11010 | 111011 | 110001 | 110010 |
Color Harmonies of #BDBB40
Complementary color
Monochromatic Colors of #BDBB40
Black with #BDBB40
Text Example
Text Example
White with #BDBB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBB40; }
p { color: rgb(189,187,64); }
H1.HeaderClassName
{
color: #BDBB40;
}
.AnyTagClassName
{
color: #BDBB40;
}
</style>
background-color css
<style>
a { background-color: #BDBB40; }
a { background-color: rgb(189,187,64); }
div.DivClassName
{
background-color: #BDBB40;
}
.BgClassName
{
background-color: #BDBB40;
}
</style>
border-color css
<style>
span { border-color: #BDBB40; }
span { border-color: rgb(189,187,64); }
td.TdClassName
{
border-color: #BDBB40;
}
.TagClassName
{
border-color: #BDBB40;
}
</style>