Shades of Celery #BDC33B
Tints of Celery #BDC33B
RGB
CMYK
RGB Variations
Color information
#BDC33B (or 0xBDC33B) is known color: Celery. HEX triplet: BD, C3 and 3B. RGB value is (189,195,59). Sum of RGB (Red+Green+Blue) = 189+195+59=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC33B is #423CC4. Grayscale: #B2B2B2. Windows color (decimal): -4340933 or 3916733. OLE color: 3916733.
HSL color Cylindrical-coordinate representation of color #BDC33B: hue angle of 62.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDC33B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 59 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.24 |
| HSL | 62.65º | 0.54% | 0.5% | - |
| HSV(B) | 62.65º | 0.7% | 0.76% | - |
| XYZ | 41.29 | 50.16 | 11.64 | - |
| YUV | 177.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 59 | 0.03 | 0 | 0.70 | 0.24 | 62.65 | 0.54 | 0.5 |
| Hex | BD | C3 | 3B | 3 | 0 | 46 | 18 | 3F | 36 | 32 |
| Octal | 275 | 303 | 73 | 3 | 0 | 106 | 30 | 77 | 66 | 62 |
| Binary | 10111101 | 11000011 | 111011 | 11 | 0 | 1000110 | 11000 | 111111 | 110110 | 110010 |
Color Harmonies of #BDC33B
Complementary color
Monochromatic Colors of #BDC33B
Black with #BDC33B
Text Example
Text Example
White with #BDC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC33B; }
p { color: rgb(189,195,59); }
H1.HeaderClassName
{
color: #BDC33B;
}
.AnyTagClassName
{
color: #BDC33B;
}
</style>
background-color css
<style>
a { background-color: #BDC33B; }
a { background-color: rgb(189,195,59); }
div.DivClassName
{
background-color: #BDC33B;
}
.BgClassName
{
background-color: #BDC33B;
}
</style>
border-color css
<style>
span { border-color: #BDC33B; }
span { border-color: rgb(189,195,59); }
td.TdClassName
{
border-color: #BDC33B;
}
.TagClassName
{
border-color: #BDC33B;
}
</style>