Shades of Celery #BDD14C
Tints of Celery #BDD14C
RGB
CMYK
RGB Variations
Color information
#BDD14C (or 0xBDD14C) is known color: Celery. HEX triplet: BD, D1 and 4C. RGB value is (189,209,76). Sum of RGB (Red+Green+Blue) = 189+209+76=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 209 (82.03% from 255 or 44.09% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD14C is #422EB3. Grayscale: #BCBCBC. Windows color (decimal): -4337332 or 5034429. OLE color: 5034429.
HSL color Cylindrical-coordinate representation of color #BDD14C: hue angle of 69.02º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDD14C is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 209 | 76 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.18 |
| HSL | 69.02º | 0.59% | 0.56% | - |
| HSV(B) | 69.02º | 0.64% | 0.82% | - |
| XYZ | 45.09 | 56.94 | 15.45 | - |
| YUV | 187.86 | 64.87 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 209 | 76 | 0.10 | 0 | 0.64 | 0.18 | 69.02 | 0.59 | 0.56 |
| Hex | BD | D1 | 4C | A | 0 | 40 | 12 | 45 | 3B | 38 |
| Octal | 275 | 321 | 114 | 12 | 0 | 100 | 22 | 105 | 73 | 70 |
| Binary | 10111101 | 11010001 | 1001100 | 1010 | 0 | 1000000 | 10010 | 1000101 | 111011 | 111000 |
Color Harmonies of #BDD14C
Complementary color
Monochromatic Colors of #BDD14C
Black with #BDD14C
Text Example
Text Example
White with #BDD14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD14C; }
p { color: rgb(189,209,76); }
H1.HeaderClassName
{
color: #BDD14C;
}
.AnyTagClassName
{
color: #BDD14C;
}
</style>
background-color css
<style>
a { background-color: #BDD14C; }
a { background-color: rgb(189,209,76); }
div.DivClassName
{
background-color: #BDD14C;
}
.BgClassName
{
background-color: #BDD14C;
}
</style>
border-color css
<style>
span { border-color: #BDD14C; }
span { border-color: rgb(189,209,76); }
td.TdClassName
{
border-color: #BDD14C;
}
.TagClassName
{
border-color: #BDD14C;
}
</style>