Shades of Celery #BDC94F
Tints of Celery #BDC94F
RGB
CMYK
RGB Variations
Color information
#BDC94F (or 0xBDC94F) is known color: Celery. HEX triplet: BD, C9 and 4F. RGB value is (189,201,79). Sum of RGB (Red+Green+Blue) = 189+201+79=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 79 (31.25% from 255 or 16.84% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC94F is #4236B0. Grayscale: #B7B7B7. Windows color (decimal): -4339377 or 5228989. OLE color: 5228989.
HSL color Cylindrical-coordinate representation of color #BDC94F: hue angle of 65.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDC94F is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 79 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.21 |
| HSL | 65.9º | 0.53% | 0.55% | - |
| HSV(B) | 65.9º | 0.61% | 0.79% | - |
| XYZ | 43.28 | 53.16 | 15.38 | - |
| YUV | 183.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 79 | 0.06 | 0 | 0.61 | 0.21 | 65.9 | 0.53 | 0.55 |
| Hex | BD | C9 | 4F | 6 | 0 | 3D | 15 | 42 | 35 | 37 |
| Octal | 275 | 311 | 117 | 6 | 0 | 75 | 25 | 102 | 65 | 67 |
| Binary | 10111101 | 11001001 | 1001111 | 110 | 0 | 111101 | 10101 | 1000010 | 110101 | 110111 |
Color Harmonies of #BDC94F
Complementary color
Monochromatic Colors of #BDC94F
Black with #BDC94F
Text Example
Text Example
White with #BDC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC94F; }
p { color: rgb(189,201,79); }
H1.HeaderClassName
{
color: #BDC94F;
}
.AnyTagClassName
{
color: #BDC94F;
}
</style>
background-color css
<style>
a { background-color: #BDC94F; }
a { background-color: rgb(189,201,79); }
div.DivClassName
{
background-color: #BDC94F;
}
.BgClassName
{
background-color: #BDC94F;
}
</style>
border-color css
<style>
span { border-color: #BDC94F; }
span { border-color: rgb(189,201,79); }
td.TdClassName
{
border-color: #BDC94F;
}
.TagClassName
{
border-color: #BDC94F;
}
</style>