Shades of Celery #BDBC45
Tints of Celery #BDBC45
RGB
CMYK
RGB Variations
Color information
#BDBC45 (or 0xBDBC45) is known color: Celery. HEX triplet: BD, BC and 45. RGB value is (189,188,69). Sum of RGB (Red+Green+Blue) = 189+188+69=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBC45 is #4243BA. Grayscale: #AFAFAF. Windows color (decimal): -4342715 or 4570301. OLE color: 4570301.
HSL color Cylindrical-coordinate representation of color #BDBC45: hue angle of 59.5º 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 #BDBC45 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 69 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.26 |
| HSL | 59.5º | 0.48% | 0.51% | - |
| HSV(B) | 59.5º | 0.63% | 0.74% | - |
| XYZ | 40.04 | 47.21 | 12.63 | - |
| YUV | 174.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 69 | 0 | 0.01 | 0.63 | 0.26 | 59.5 | 0.48 | 0.51 |
| Hex | BD | BC | 45 | 0 | 1 | 3F | 1A | 3C | 30 | 33 |
| Octal | 275 | 274 | 105 | 0 | 1 | 77 | 32 | 74 | 60 | 63 |
| Binary | 10111101 | 10111100 | 1000101 | 0 | 1 | 111111 | 11010 | 111100 | 110000 | 110011 |
Color Harmonies of #BDBC45
Complementary color
Monochromatic Colors of #BDBC45
Black with #BDBC45
Text Example
Text Example
White with #BDBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC45; }
p { color: rgb(189,188,69); }
H1.HeaderClassName
{
color: #BDBC45;
}
.AnyTagClassName
{
color: #BDBC45;
}
</style>
background-color css
<style>
a { background-color: #BDBC45; }
a { background-color: rgb(189,188,69); }
div.DivClassName
{
background-color: #BDBC45;
}
.BgClassName
{
background-color: #BDBC45;
}
</style>
border-color css
<style>
span { border-color: #BDBC45; }
span { border-color: rgb(189,188,69); }
td.TdClassName
{
border-color: #BDBC45;
}
.TagClassName
{
border-color: #BDBC45;
}
</style>