Shades of Celery #BDC554
Tints of Celery #BDC554
RGB
CMYK
RGB Variations
Color information
#BDC554 (or 0xBDC554) is known color: Celery. HEX triplet: BD, C5 and 54. RGB value is (189,197,84). Sum of RGB (Red+Green+Blue) = 189+197+84=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC554 is #423AAB. Grayscale: #B6B6B6. Windows color (decimal): -4340396 or 5555645. OLE color: 5555645.
HSL color Cylindrical-coordinate representation of color #BDC554: hue angle of 64.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDC554 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 84 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.23 |
| HSL | 64.25º | 0.49% | 0.55% | - |
| HSV(B) | 64.25º | 0.57% | 0.77% | - |
| XYZ | 42.55 | 51.39 | 16.06 | - |
| YUV | 181.73 | 72.85 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 84 | 0.04 | 0 | 0.57 | 0.23 | 64.25 | 0.49 | 0.55 |
| Hex | BD | C5 | 54 | 4 | 0 | 39 | 17 | 40 | 31 | 37 |
| Octal | 275 | 305 | 124 | 4 | 0 | 71 | 27 | 100 | 61 | 67 |
| Binary | 10111101 | 11000101 | 1010100 | 100 | 0 | 111001 | 10111 | 1000000 | 110001 | 110111 |
Color Harmonies of #BDC554
Complementary color
Monochromatic Colors of #BDC554
Black with #BDC554
Text Example
Text Example
White with #BDC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC554; }
p { color: rgb(189,197,84); }
H1.HeaderClassName
{
color: #BDC554;
}
.AnyTagClassName
{
color: #BDC554;
}
</style>
background-color css
<style>
a { background-color: #BDC554; }
a { background-color: rgb(189,197,84); }
div.DivClassName
{
background-color: #BDC554;
}
.BgClassName
{
background-color: #BDC554;
}
</style>
border-color css
<style>
span { border-color: #BDC554; }
span { border-color: rgb(189,197,84); }
td.TdClassName
{
border-color: #BDC554;
}
.TagClassName
{
border-color: #BDC554;
}
</style>