Shades of Celery #BDC54C
Tints of Celery #BDC54C
RGB
CMYK
RGB Variations
Color information
#BDC54C (or 0xBDC54C) is known color: Celery. HEX triplet: BD, C5 and 4C. RGB value is (189,197,76). Sum of RGB (Red+Green+Blue) = 189+197+76=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC54C is #423AB3. Grayscale: #B5B5B5. Windows color (decimal): -4340404 or 5031357. OLE color: 5031357.
HSL color Cylindrical-coordinate representation of color #BDC54C: hue angle of 63.97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC54C is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 76 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.23 |
| HSL | 63.97º | 0.51% | 0.54% | - |
| HSV(B) | 63.97º | 0.61% | 0.77% | - |
| XYZ | 42.26 | 51.27 | 14.51 | - |
| YUV | 180.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 76 | 0.04 | 0 | 0.61 | 0.23 | 63.97 | 0.51 | 0.54 |
| Hex | BD | C5 | 4C | 4 | 0 | 3D | 17 | 40 | 33 | 36 |
| Octal | 275 | 305 | 114 | 4 | 0 | 75 | 27 | 100 | 63 | 66 |
| Binary | 10111101 | 11000101 | 1001100 | 100 | 0 | 111101 | 10111 | 1000000 | 110011 | 110110 |
Color Harmonies of #BDC54C
Complementary color
Monochromatic Colors of #BDC54C
Black with #BDC54C
Text Example
Text Example
White with #BDC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC54C; }
p { color: rgb(189,197,76); }
H1.HeaderClassName
{
color: #BDC54C;
}
.AnyTagClassName
{
color: #BDC54C;
}
</style>
background-color css
<style>
a { background-color: #BDC54C; }
a { background-color: rgb(189,197,76); }
div.DivClassName
{
background-color: #BDC54C;
}
.BgClassName
{
background-color: #BDC54C;
}
</style>
border-color css
<style>
span { border-color: #BDC54C; }
span { border-color: rgb(189,197,76); }
td.TdClassName
{
border-color: #BDC54C;
}
.TagClassName
{
border-color: #BDC54C;
}
</style>