Shades of Celery #BDC54B
Tints of Celery #BDC54B
RGB
CMYK
RGB Variations
Color information
#BDC54B (or 0xBDC54B) is known color: Celery. HEX triplet: BD, C5 and 4B. RGB value is (189,197,75). Sum of RGB (Red+Green+Blue) = 189+197+75=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC54B is #423AB4. Grayscale: #B5B5B5. Windows color (decimal): -4340405 or 4965821. OLE color: 4965821.
HSL color Cylindrical-coordinate representation of color #BDC54B: hue angle of 63.93º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDC54B is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 75 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.23 |
| HSL | 63.93º | 0.51% | 0.53% | - |
| HSV(B) | 63.93º | 0.62% | 0.77% | - |
| XYZ | 42.22 | 51.26 | 14.33 | - |
| YUV | 180.7 | 68.35 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 75 | 0.04 | 0 | 0.62 | 0.23 | 63.93 | 0.51 | 0.53 |
| Hex | BD | C5 | 4B | 4 | 0 | 3E | 17 | 40 | 33 | 35 |
| Octal | 275 | 305 | 113 | 4 | 0 | 76 | 27 | 100 | 63 | 65 |
| Binary | 10111101 | 11000101 | 1001011 | 100 | 0 | 111110 | 10111 | 1000000 | 110011 | 110101 |
Color Harmonies of #BDC54B
Complementary color
Monochromatic Colors of #BDC54B
Black with #BDC54B
Text Example
Text Example
White with #BDC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC54B; }
p { color: rgb(189,197,75); }
H1.HeaderClassName
{
color: #BDC54B;
}
.AnyTagClassName
{
color: #BDC54B;
}
</style>
background-color css
<style>
a { background-color: #BDC54B; }
a { background-color: rgb(189,197,75); }
div.DivClassName
{
background-color: #BDC54B;
}
.BgClassName
{
background-color: #BDC54B;
}
</style>
border-color css
<style>
span { border-color: #BDC54B; }
span { border-color: rgb(189,197,75); }
td.TdClassName
{
border-color: #BDC54B;
}
.TagClassName
{
border-color: #BDC54B;
}
</style>