Shades of Celery #BDC13B
Tints of Celery #BDC13B
RGB
CMYK
RGB Variations
Color information
#BDC13B (or 0xBDC13B) is known color: Celery. HEX triplet: BD, C1 and 3B. RGB value is (189,193,59). Sum of RGB (Red+Green+Blue) = 189+193+59=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC13B is #423EC4. Grayscale: #B1B1B1. Windows color (decimal): -4341445 or 3916221. OLE color: 3916221.
HSL color Cylindrical-coordinate representation of color #BDC13B: hue angle of 61.79º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BDC13B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 59 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.24 |
| HSL | 61.79º | 0.53% | 0.49% | - |
| HSV(B) | 61.79º | 0.69% | 0.76% | - |
| XYZ | 40.85 | 49.27 | 11.5 | - |
| YUV | 176.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 59 | 0.02 | 0 | 0.69 | 0.24 | 61.79 | 0.53 | 0.49 |
| Hex | BD | C1 | 3B | 2 | 0 | 45 | 18 | 3E | 35 | 31 |
| Octal | 275 | 301 | 73 | 2 | 0 | 105 | 30 | 76 | 65 | 61 |
| Binary | 10111101 | 11000001 | 111011 | 10 | 0 | 1000101 | 11000 | 111110 | 110101 | 110001 |
Color Harmonies of #BDC13B
Complementary color
Monochromatic Colors of #BDC13B
Black with #BDC13B
Text Example
Text Example
White with #BDC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC13B; }
p { color: rgb(189,193,59); }
H1.HeaderClassName
{
color: #BDC13B;
}
.AnyTagClassName
{
color: #BDC13B;
}
</style>
background-color css
<style>
a { background-color: #BDC13B; }
a { background-color: rgb(189,193,59); }
div.DivClassName
{
background-color: #BDC13B;
}
.BgClassName
{
background-color: #BDC13B;
}
</style>
border-color css
<style>
span { border-color: #BDC13B; }
span { border-color: rgb(189,193,59); }
td.TdClassName
{
border-color: #BDC13B;
}
.TagClassName
{
border-color: #BDC13B;
}
</style>