Shades of Celery #BDC645
Tints of Celery #BDC645
RGB
CMYK
RGB Variations
Color information
#BDC645 (or 0xBDC645) is known color: Celery. HEX triplet: BD, C6 and 45. RGB value is (189,198,69). Sum of RGB (Red+Green+Blue) = 189+198+69=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC645 is #4239BA. Grayscale: #B5B5B5. Windows color (decimal): -4340155 or 4572861. OLE color: 4572861.
HSL color Cylindrical-coordinate representation of color #BDC645: hue angle of 64.19º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC645 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 198 | 69 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.22 |
| HSL | 64.19º | 0.53% | 0.52% | - |
| HSV(B) | 64.19º | 0.65% | 0.78% | - |
| XYZ | 42.25 | 51.64 | 13.37 | - |
| YUV | 180.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 69 | 0.05 | 0 | 0.65 | 0.22 | 64.19 | 0.53 | 0.52 |
| Hex | BD | C6 | 45 | 5 | 0 | 41 | 16 | 40 | 35 | 34 |
| Octal | 275 | 306 | 105 | 5 | 0 | 101 | 26 | 100 | 65 | 64 |
| Binary | 10111101 | 11000110 | 1000101 | 101 | 0 | 1000001 | 10110 | 1000000 | 110101 | 110100 |
Color Harmonies of #BDC645
Complementary color
Monochromatic Colors of #BDC645
Black with #BDC645
Text Example
Text Example
White with #BDC645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC645; }
p { color: rgb(189,198,69); }
H1.HeaderClassName
{
color: #BDC645;
}
.AnyTagClassName
{
color: #BDC645;
}
</style>
background-color css
<style>
a { background-color: #BDC645; }
a { background-color: rgb(189,198,69); }
div.DivClassName
{
background-color: #BDC645;
}
.BgClassName
{
background-color: #BDC645;
}
</style>
border-color css
<style>
span { border-color: #BDC645; }
span { border-color: rgb(189,198,69); }
td.TdClassName
{
border-color: #BDC645;
}
.TagClassName
{
border-color: #BDC645;
}
</style>