Shades of Celery #BDBC49
Tints of Celery #BDBC49
RGB
CMYK
RGB Variations
Color information
#BDBC49 (or 0xBDBC49) is known color: Celery. HEX triplet: BD, BC and 49. RGB value is (189,188,73). Sum of RGB (Red+Green+Blue) = 189+188+73=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 73 (28.91% from 255 or 16.22% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC49 is #4243B6. Grayscale: #AFAFAF. Windows color (decimal): -4342711 or 4832445. OLE color: 4832445.
HSL color Cylindrical-coordinate representation of color #BDBC49: hue angle of 59.48º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDBC49 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 73 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.26 |
| HSL | 59.48º | 0.47% | 0.51% | - |
| HSV(B) | 59.48º | 0.61% | 0.74% | - |
| XYZ | 40.17 | 47.27 | 13.31 | - |
| YUV | 175.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 73 | 0 | 0.01 | 0.61 | 0.26 | 59.48 | 0.47 | 0.51 |
| Hex | BD | BC | 49 | 0 | 1 | 3D | 1A | 3B | 2F | 33 |
| Octal | 275 | 274 | 111 | 0 | 1 | 75 | 32 | 73 | 57 | 63 |
| Binary | 10111101 | 10111100 | 1001001 | 0 | 1 | 111101 | 11010 | 111011 | 101111 | 110011 |
Color Harmonies of #BDBC49
Complementary color
Monochromatic Colors of #BDBC49
Black with #BDBC49
Text Example
Text Example
White with #BDBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC49; }
p { color: rgb(189,188,73); }
H1.HeaderClassName
{
color: #BDBC49;
}
.AnyTagClassName
{
color: #BDBC49;
}
</style>
background-color css
<style>
a { background-color: #BDBC49; }
a { background-color: rgb(189,188,73); }
div.DivClassName
{
background-color: #BDBC49;
}
.BgClassName
{
background-color: #BDBC49;
}
</style>
border-color css
<style>
span { border-color: #BDBC49; }
span { border-color: rgb(189,188,73); }
td.TdClassName
{
border-color: #BDBC49;
}
.TagClassName
{
border-color: #BDBC49;
}
</style>