Shades of Celery #BDBD44
Tints of Celery #BDBD44
RGB
CMYK
RGB Variations
Color information
#BDBD44 (or 0xBDBD44) is known color: Celery. HEX triplet: BD, BD and 44. RGB value is (189,189,68). Sum of RGB (Red+Green+Blue) = 189+189+68=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD44 is #4242BB. Grayscale: #AFAFAF. Windows color (decimal): -4342460 or 4505021. OLE color: 4505021.
HSL color Cylindrical-coordinate representation of color #BDBD44: hue angle of 60º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDBD44 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 68 | - |
| CMYK | 0 | 0 | 0.64 | 0.26 |
| HSL | 60º | 0.48% | 0.5% | - |
| HSV(B) | 60º | 0.64% | 0.74% | - |
| XYZ | 40.23 | 47.63 | 12.54 | - |
| YUV | 175.21 | 67.5 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 68 | 0 | 0 | 0.64 | 0.26 | 60 | 0.48 | 0.5 |
| Hex | BD | BD | 44 | 0 | 0 | 40 | 1A | 3C | 30 | 32 |
| Octal | 275 | 275 | 104 | 0 | 0 | 100 | 32 | 74 | 60 | 62 |
| Binary | 10111101 | 10111101 | 1000100 | 0 | 0 | 1000000 | 11010 | 111100 | 110000 | 110010 |
Color Harmonies of #BDBD44
Complementary color
Monochromatic Colors of #BDBD44
Black with #BDBD44
Text Example
Text Example
White with #BDBD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD44; }
p { color: rgb(189,189,68); }
H1.HeaderClassName
{
color: #BDBD44;
}
.AnyTagClassName
{
color: #BDBD44;
}
</style>
background-color css
<style>
a { background-color: #BDBD44; }
a { background-color: rgb(189,189,68); }
div.DivClassName
{
background-color: #BDBD44;
}
.BgClassName
{
background-color: #BDBD44;
}
</style>
border-color css
<style>
span { border-color: #BDBD44; }
span { border-color: rgb(189,189,68); }
td.TdClassName
{
border-color: #BDBD44;
}
.TagClassName
{
border-color: #BDBD44;
}
</style>