Shades of Celery #BDC54A
Tints of Celery #BDC54A
RGB
CMYK
RGB Variations
Color information
#BDC54A (or 0xBDC54A) is known color: Celery. HEX triplet: BD, C5 and 4A. RGB value is (189,197,74). Sum of RGB (Red+Green+Blue) = 189+197+74=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC54A is #423AB5. Grayscale: #B5B5B5. Windows color (decimal): -4340406 or 4900285. OLE color: 4900285.
HSL color Cylindrical-coordinate representation of color #BDC54A: hue angle of 63.9º 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 #BDC54A is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 197 | 74 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.23 |
| HSL | 63.9º | 0.51% | 0.53% | - |
| HSV(B) | 63.9º | 0.62% | 0.77% | - |
| XYZ | 42.19 | 51.25 | 14.15 | - |
| YUV | 180.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 74 | 0.04 | 0 | 0.62 | 0.23 | 63.9 | 0.51 | 0.53 |
| Hex | BD | C5 | 4A | 4 | 0 | 3E | 17 | 40 | 33 | 35 |
| Octal | 275 | 305 | 112 | 4 | 0 | 76 | 27 | 100 | 63 | 65 |
| Binary | 10111101 | 11000101 | 1001010 | 100 | 0 | 111110 | 10111 | 1000000 | 110011 | 110101 |
Color Harmonies of #BDC54A
Complementary color
Monochromatic Colors of #BDC54A
Black with #BDC54A
Text Example
Text Example
White with #BDC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC54A; }
p { color: rgb(189,197,74); }
H1.HeaderClassName
{
color: #BDC54A;
}
.AnyTagClassName
{
color: #BDC54A;
}
</style>
background-color css
<style>
a { background-color: #BDC54A; }
a { background-color: rgb(189,197,74); }
div.DivClassName
{
background-color: #BDC54A;
}
.BgClassName
{
background-color: #BDC54A;
}
</style>
border-color css
<style>
span { border-color: #BDC54A; }
span { border-color: rgb(189,197,74); }
td.TdClassName
{
border-color: #BDC54A;
}
.TagClassName
{
border-color: #BDC54A;
}
</style>