Shades of Celery #BDC045
Tints of Celery #BDC045
RGB
CMYK
RGB Variations
Color information
#BDC045 (or 0xBDC045) is known color: Celery. HEX triplet: BD, C0 and 45. RGB value is (189,192,69). Sum of RGB (Red+Green+Blue) = 189+192+69=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC045 is #423FBA. Grayscale: #B1B1B1. Windows color (decimal): -4341691 or 4571325. OLE color: 4571325.
HSL color Cylindrical-coordinate representation of color #BDC045: hue angle of 61.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDC045 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 69 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.25 |
| HSL | 61.46º | 0.49% | 0.51% | - |
| HSV(B) | 61.46º | 0.64% | 0.75% | - |
| XYZ | 40.91 | 48.95 | 12.92 | - |
| YUV | 177.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 69 | 0.02 | 0 | 0.64 | 0.25 | 61.46 | 0.49 | 0.51 |
| Hex | BD | C0 | 45 | 2 | 0 | 40 | 19 | 3D | 31 | 33 |
| Octal | 275 | 300 | 105 | 2 | 0 | 100 | 31 | 75 | 61 | 63 |
| Binary | 10111101 | 11000000 | 1000101 | 10 | 0 | 1000000 | 11001 | 111101 | 110001 | 110011 |
Color Harmonies of #BDC045
Complementary color
Monochromatic Colors of #BDC045
Black with #BDC045
Text Example
Text Example
White with #BDC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC045; }
p { color: rgb(189,192,69); }
H1.HeaderClassName
{
color: #BDC045;
}
.AnyTagClassName
{
color: #BDC045;
}
</style>
background-color css
<style>
a { background-color: #BDC045; }
a { background-color: rgb(189,192,69); }
div.DivClassName
{
background-color: #BDC045;
}
.BgClassName
{
background-color: #BDC045;
}
</style>
border-color css
<style>
span { border-color: #BDC045; }
span { border-color: rgb(189,192,69); }
td.TdClassName
{
border-color: #BDC045;
}
.TagClassName
{
border-color: #BDC045;
}
</style>