Shades of Celery #BDC34F
Tints of Celery #BDC34F
RGB
CMYK
RGB Variations
Color information
#BDC34F (or 0xBDC34F) is known color: Celery. HEX triplet: BD, C3 and 4F. RGB value is (189,195,79). Sum of RGB (Red+Green+Blue) = 189+195+79=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 79 (31.25% from 255 or 17.06% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC34F is #423CB0. Grayscale: #B4B4B4. Windows color (decimal): -4340913 or 5227453. OLE color: 5227453.
HSL color Cylindrical-coordinate representation of color #BDC34F: hue angle of 63.1º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDC34F is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 79 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.24 |
| HSL | 63.1º | 0.49% | 0.54% | - |
| HSV(B) | 63.1º | 0.59% | 0.76% | - |
| XYZ | 41.91 | 50.41 | 14.92 | - |
| YUV | 179.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 79 | 0.03 | 0 | 0.59 | 0.24 | 63.1 | 0.49 | 0.54 |
| Hex | BD | C3 | 4F | 3 | 0 | 3B | 18 | 3F | 31 | 36 |
| Octal | 275 | 303 | 117 | 3 | 0 | 73 | 30 | 77 | 61 | 66 |
| Binary | 10111101 | 11000011 | 1001111 | 11 | 0 | 111011 | 11000 | 111111 | 110001 | 110110 |
Color Harmonies of #BDC34F
Complementary color
Monochromatic Colors of #BDC34F
Black with #BDC34F
Text Example
Text Example
White with #BDC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC34F; }
p { color: rgb(189,195,79); }
H1.HeaderClassName
{
color: #BDC34F;
}
.AnyTagClassName
{
color: #BDC34F;
}
</style>
background-color css
<style>
a { background-color: #BDC34F; }
a { background-color: rgb(189,195,79); }
div.DivClassName
{
background-color: #BDC34F;
}
.BgClassName
{
background-color: #BDC34F;
}
</style>
border-color css
<style>
span { border-color: #BDC34F; }
span { border-color: rgb(189,195,79); }
td.TdClassName
{
border-color: #BDC34F;
}
.TagClassName
{
border-color: #BDC34F;
}
</style>