Shades of Celery #BDC545
Tints of Celery #BDC545
RGB
CMYK
RGB Variations
Color information
#BDC545 (or 0xBDC545) is known color: Celery. HEX triplet: BD, C5 and 45. RGB value is (189,197,69). Sum of RGB (Red+Green+Blue) = 189+197+69=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC545 is #423ABA. Grayscale: #B4B4B4. Windows color (decimal): -4340411 or 4572605. OLE color: 4572605.
HSL color Cylindrical-coordinate representation of color #BDC545: hue angle of 63.75º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDC545 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 69 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.23 |
| HSL | 63.75º | 0.52% | 0.52% | - |
| HSV(B) | 63.75º | 0.65% | 0.77% | - |
| XYZ | 42.03 | 51.18 | 13.29 | - |
| YUV | 180.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 69 | 0.04 | 0 | 0.65 | 0.23 | 63.75 | 0.52 | 0.52 |
| Hex | BD | C5 | 45 | 4 | 0 | 41 | 17 | 40 | 34 | 34 |
| Octal | 275 | 305 | 105 | 4 | 0 | 101 | 27 | 100 | 64 | 64 |
| Binary | 10111101 | 11000101 | 1000101 | 100 | 0 | 1000001 | 10111 | 1000000 | 110100 | 110100 |
Color Harmonies of #BDC545
Complementary color
Monochromatic Colors of #BDC545
Black with #BDC545
Text Example
Text Example
White with #BDC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC545; }
p { color: rgb(189,197,69); }
H1.HeaderClassName
{
color: #BDC545;
}
.AnyTagClassName
{
color: #BDC545;
}
</style>
background-color css
<style>
a { background-color: #BDC545; }
a { background-color: rgb(189,197,69); }
div.DivClassName
{
background-color: #BDC545;
}
.BgClassName
{
background-color: #BDC545;
}
</style>
border-color css
<style>
span { border-color: #BDC545; }
span { border-color: rgb(189,197,69); }
td.TdClassName
{
border-color: #BDC545;
}
.TagClassName
{
border-color: #BDC545;
}
</style>