Shades of Celery #BDC54F
Tints of Celery #BDC54F
RGB
CMYK
RGB Variations
Color information
#BDC54F (or 0xBDC54F) is known color: Celery. HEX triplet: BD, C5 and 4F. RGB value is (189,197,79). Sum of RGB (Red+Green+Blue) = 189+197+79=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC54F is #423AB0. Grayscale: #B5B5B5. Windows color (decimal): -4340401 or 5227965. OLE color: 5227965.
HSL color Cylindrical-coordinate representation of color #BDC54F: hue angle of 64.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDC54F is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 79 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.23 |
| HSL | 64.07º | 0.5% | 0.54% | - |
| HSV(B) | 64.07º | 0.6% | 0.77% | - |
| XYZ | 42.36 | 51.32 | 15.07 | - |
| YUV | 181.16 | 70.35 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 79 | 0.04 | 0 | 0.60 | 0.23 | 64.07 | 0.5 | 0.54 |
| Hex | BD | C5 | 4F | 4 | 0 | 3C | 17 | 40 | 32 | 36 |
| Octal | 275 | 305 | 117 | 4 | 0 | 74 | 27 | 100 | 62 | 66 |
| Binary | 10111101 | 11000101 | 1001111 | 100 | 0 | 111100 | 10111 | 1000000 | 110010 | 110110 |
Color Harmonies of #BDC54F
Complementary color
Monochromatic Colors of #BDC54F
Black with #BDC54F
Text Example
Text Example
White with #BDC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC54F; }
p { color: rgb(189,197,79); }
H1.HeaderClassName
{
color: #BDC54F;
}
.AnyTagClassName
{
color: #BDC54F;
}
</style>
background-color css
<style>
a { background-color: #BDC54F; }
a { background-color: rgb(189,197,79); }
div.DivClassName
{
background-color: #BDC54F;
}
.BgClassName
{
background-color: #BDC54F;
}
</style>
border-color css
<style>
span { border-color: #BDC54F; }
span { border-color: rgb(189,197,79); }
td.TdClassName
{
border-color: #BDC54F;
}
.TagClassName
{
border-color: #BDC54F;
}
</style>