Shades of Celery #BDC94B
Tints of Celery #BDC94B
RGB
CMYK
RGB Variations
Color information
#BDC94B (or 0xBDC94B) is known color: Celery. HEX triplet: BD, C9 and 4B. RGB value is (189,201,75). Sum of RGB (Red+Green+Blue) = 189+201+75=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC94B is #4236B4. Grayscale: #B7B7B7. Windows color (decimal): -4339381 or 4966845. OLE color: 4966845.
HSL color Cylindrical-coordinate representation of color #BDC94B: hue angle of 65.71º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BDC94B is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 75 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.21 |
| HSL | 65.71º | 0.54% | 0.54% | - |
| HSV(B) | 65.71º | 0.63% | 0.79% | - |
| XYZ | 43.14 | 53.1 | 14.63 | - |
| YUV | 183.05 | 67.02 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 75 | 0.06 | 0 | 0.63 | 0.21 | 65.71 | 0.54 | 0.54 |
| Hex | BD | C9 | 4B | 6 | 0 | 3F | 15 | 42 | 36 | 36 |
| Octal | 275 | 311 | 113 | 6 | 0 | 77 | 25 | 102 | 66 | 66 |
| Binary | 10111101 | 11001001 | 1001011 | 110 | 0 | 111111 | 10101 | 1000010 | 110110 | 110110 |
Color Harmonies of #BDC94B
Complementary color
Monochromatic Colors of #BDC94B
Black with #BDC94B
Text Example
Text Example
White with #BDC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC94B; }
p { color: rgb(189,201,75); }
H1.HeaderClassName
{
color: #BDC94B;
}
.AnyTagClassName
{
color: #BDC94B;
}
</style>
background-color css
<style>
a { background-color: #BDC94B; }
a { background-color: rgb(189,201,75); }
div.DivClassName
{
background-color: #BDC94B;
}
.BgClassName
{
background-color: #BDC94B;
}
</style>
border-color css
<style>
span { border-color: #BDC94B; }
span { border-color: rgb(189,201,75); }
td.TdClassName
{
border-color: #BDC94B;
}
.TagClassName
{
border-color: #BDC94B;
}
</style>