Shades of Celery #BDC542
Tints of Celery #BDC542
RGB
CMYK
RGB Variations
Color information
#BDC542 (or 0xBDC542) is known color: Celery. HEX triplet: BD, C5 and 42. RGB value is (189,197,66). Sum of RGB (Red+Green+Blue) = 189+197+66=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC542 is #423ABD. Grayscale: #B4B4B4. Windows color (decimal): -4340414 or 4375997. OLE color: 4375997.
HSL color Cylindrical-coordinate representation of color #BDC542: hue angle of 63.66º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC542 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 66 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.23 |
| HSL | 63.66º | 0.53% | 0.52% | - |
| HSV(B) | 63.66º | 0.66% | 0.77% | - |
| XYZ | 41.94 | 51.14 | 12.82 | - |
| YUV | 179.67 | 63.85 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 66 | 0.04 | 0 | 0.66 | 0.23 | 63.66 | 0.53 | 0.52 |
| Hex | BD | C5 | 42 | 4 | 0 | 42 | 17 | 40 | 35 | 34 |
| Octal | 275 | 305 | 102 | 4 | 0 | 102 | 27 | 100 | 65 | 64 |
| Binary | 10111101 | 11000101 | 1000010 | 100 | 0 | 1000010 | 10111 | 1000000 | 110101 | 110100 |
Color Harmonies of #BDC542
Complementary color
Monochromatic Colors of #BDC542
Black with #BDC542
Text Example
Text Example
White with #BDC542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC542; }
p { color: rgb(189,197,66); }
H1.HeaderClassName
{
color: #BDC542;
}
.AnyTagClassName
{
color: #BDC542;
}
</style>
background-color css
<style>
a { background-color: #BDC542; }
a { background-color: rgb(189,197,66); }
div.DivClassName
{
background-color: #BDC542;
}
.BgClassName
{
background-color: #BDC542;
}
</style>
border-color css
<style>
span { border-color: #BDC542; }
span { border-color: rgb(189,197,66); }
td.TdClassName
{
border-color: #BDC542;
}
.TagClassName
{
border-color: #BDC542;
}
</style>