Shades of Celery #BDC23B
Tints of Celery #BDC23B
RGB
CMYK
RGB Variations
Color information
#BDC23B (or 0xBDC23B) is known color: Celery. HEX triplet: BD, C2 and 3B. RGB value is (189,194,59). Sum of RGB (Red+Green+Blue) = 189+194+59=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC23B is #423DC4. Grayscale: #B1B1B1. Windows color (decimal): -4341189 or 3916477. OLE color: 3916477.
HSL color Cylindrical-coordinate representation of color #BDC23B: hue angle of 62.22º degrees, saturation: 0.53, 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 #BDC23B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 59 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.24 |
| HSL | 62.22º | 0.53% | 0.5% | - |
| HSV(B) | 62.22º | 0.7% | 0.76% | - |
| XYZ | 41.07 | 49.72 | 11.57 | - |
| YUV | 177.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 59 | 0.03 | 0 | 0.70 | 0.24 | 62.22 | 0.53 | 0.5 |
| Hex | BD | C2 | 3B | 3 | 0 | 46 | 18 | 3E | 35 | 32 |
| Octal | 275 | 302 | 73 | 3 | 0 | 106 | 30 | 76 | 65 | 62 |
| Binary | 10111101 | 11000010 | 111011 | 11 | 0 | 1000110 | 11000 | 111110 | 110101 | 110010 |
Color Harmonies of #BDC23B
Complementary color
Monochromatic Colors of #BDC23B
Black with #BDC23B
Text Example
Text Example
White with #BDC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC23B; }
p { color: rgb(189,194,59); }
H1.HeaderClassName
{
color: #BDC23B;
}
.AnyTagClassName
{
color: #BDC23B;
}
</style>
background-color css
<style>
a { background-color: #BDC23B; }
a { background-color: rgb(189,194,59); }
div.DivClassName
{
background-color: #BDC23B;
}
.BgClassName
{
background-color: #BDC23B;
}
</style>
border-color css
<style>
span { border-color: #BDC23B; }
span { border-color: rgb(189,194,59); }
td.TdClassName
{
border-color: #BDC23B;
}
.TagClassName
{
border-color: #BDC23B;
}
</style>