Shades of Celery #BDBD45
Tints of Celery #BDBD45
RGB
CMYK
RGB Variations
Color information
#BDBD45 (or 0xBDBD45) is known color: Celery. HEX triplet: BD, BD and 45. RGB value is (189,189,69). Sum of RGB (Red+Green+Blue) = 189+189+69=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBD45 is #4242BA. Grayscale: #AFAFAF. Windows color (decimal): -4342459 or 4570557. OLE color: 4570557.
HSL color Cylindrical-coordinate representation of color #BDBD45: hue angle of 60º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDBD45 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 69 | - |
| CMYK | 0 | 0 | 0.63 | 0.26 |
| HSL | 60º | 0.48% | 0.51% | - |
| HSV(B) | 60º | 0.63% | 0.74% | - |
| XYZ | 40.26 | 47.64 | 12.7 | - |
| YUV | 175.32 | 68 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 69 | 0 | 0 | 0.63 | 0.26 | 60 | 0.48 | 0.51 |
| Hex | BD | BD | 45 | 0 | 0 | 3F | 1A | 3C | 30 | 33 |
| Octal | 275 | 275 | 105 | 0 | 0 | 77 | 32 | 74 | 60 | 63 |
| Binary | 10111101 | 10111101 | 1000101 | 0 | 0 | 111111 | 11010 | 111100 | 110000 | 110011 |
Color Harmonies of #BDBD45
Complementary color
Monochromatic Colors of #BDBD45
Black with #BDBD45
Text Example
Text Example
White with #BDBD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD45; }
p { color: rgb(189,189,69); }
H1.HeaderClassName
{
color: #BDBD45;
}
.AnyTagClassName
{
color: #BDBD45;
}
</style>
background-color css
<style>
a { background-color: #BDBD45; }
a { background-color: rgb(189,189,69); }
div.DivClassName
{
background-color: #BDBD45;
}
.BgClassName
{
background-color: #BDBD45;
}
</style>
border-color css
<style>
span { border-color: #BDBD45; }
span { border-color: rgb(189,189,69); }
td.TdClassName
{
border-color: #BDBD45;
}
.TagClassName
{
border-color: #BDBD45;
}
</style>