Shades of Celery #BDC34D
Tints of Celery #BDC34D
RGB
CMYK
RGB Variations
Color information
#BDC34D (or 0xBDC34D) is known color: Celery. HEX triplet: BD, C3 and 4D. RGB value is (189,195,77). Sum of RGB (Red+Green+Blue) = 189+195+77=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC34D is #423CB2. Grayscale: #B4B4B4. Windows color (decimal): -4340915 or 5096381. OLE color: 5096381.
HSL color Cylindrical-coordinate representation of color #BDC34D: hue angle of 63.05º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC34D is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 77 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.24 |
| HSL | 63.05º | 0.5% | 0.53% | - |
| HSV(B) | 63.05º | 0.61% | 0.76% | - |
| XYZ | 41.84 | 50.38 | 14.54 | - |
| YUV | 179.75 | 70.01 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 77 | 0.03 | 0 | 0.61 | 0.24 | 63.05 | 0.5 | 0.53 |
| Hex | BD | C3 | 4D | 3 | 0 | 3D | 18 | 3F | 32 | 35 |
| Octal | 275 | 303 | 115 | 3 | 0 | 75 | 30 | 77 | 62 | 65 |
| Binary | 10111101 | 11000011 | 1001101 | 11 | 0 | 111101 | 11000 | 111111 | 110010 | 110101 |
Color Harmonies of #BDC34D
Complementary color
Monochromatic Colors of #BDC34D
Black with #BDC34D
Text Example
Text Example
White with #BDC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC34D; }
p { color: rgb(189,195,77); }
H1.HeaderClassName
{
color: #BDC34D;
}
.AnyTagClassName
{
color: #BDC34D;
}
</style>
background-color css
<style>
a { background-color: #BDC34D; }
a { background-color: rgb(189,195,77); }
div.DivClassName
{
background-color: #BDC34D;
}
.BgClassName
{
background-color: #BDC34D;
}
</style>
border-color css
<style>
span { border-color: #BDC34D; }
span { border-color: rgb(189,195,77); }
td.TdClassName
{
border-color: #BDC34D;
}
.TagClassName
{
border-color: #BDC34D;
}
</style>