Shades of Celery #BDC543
Tints of Celery #BDC543
RGB
CMYK
RGB Variations
Color information
#BDC543 (or 0xBDC543) is known color: Celery. HEX triplet: BD, C5 and 43. RGB value is (189,197,67). Sum of RGB (Red+Green+Blue) = 189+197+67=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 67 (26.56% from 255 or 14.79% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC543 is #423ABC. Grayscale: #B4B4B4. Windows color (decimal): -4340413 or 4441533. OLE color: 4441533.
HSL color Cylindrical-coordinate representation of color #BDC543: hue angle of 63.69º 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 #BDC543 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 67 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.23 |
| HSL | 63.69º | 0.53% | 0.52% | - |
| HSV(B) | 63.69º | 0.66% | 0.77% | - |
| XYZ | 41.97 | 51.16 | 12.97 | - |
| YUV | 179.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 67 | 0.04 | 0 | 0.66 | 0.23 | 63.69 | 0.53 | 0.52 |
| Hex | BD | C5 | 43 | 4 | 0 | 42 | 17 | 40 | 35 | 34 |
| Octal | 275 | 305 | 103 | 4 | 0 | 102 | 27 | 100 | 65 | 64 |
| Binary | 10111101 | 11000101 | 1000011 | 100 | 0 | 1000010 | 10111 | 1000000 | 110101 | 110100 |
Color Harmonies of #BDC543
Complementary color
Monochromatic Colors of #BDC543
Black with #BDC543
Text Example
Text Example
White with #BDC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC543; }
p { color: rgb(189,197,67); }
H1.HeaderClassName
{
color: #BDC543;
}
.AnyTagClassName
{
color: #BDC543;
}
</style>
background-color css
<style>
a { background-color: #BDC543; }
a { background-color: rgb(189,197,67); }
div.DivClassName
{
background-color: #BDC543;
}
.BgClassName
{
background-color: #BDC543;
}
</style>
border-color css
<style>
span { border-color: #BDC543; }
span { border-color: rgb(189,197,67); }
td.TdClassName
{
border-color: #BDC543;
}
.TagClassName
{
border-color: #BDC543;
}
</style>