Shades of Celery #BDC241
Tints of Celery #BDC241
RGB
CMYK
RGB Variations
Color information
#BDC241 (or 0xBDC241) is known color: Celery. HEX triplet: BD, C2 and 41. RGB value is (189,194,65). Sum of RGB (Red+Green+Blue) = 189+194+65=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC241 is #423DBE. Grayscale: #B2B2B2. Windows color (decimal): -4341183 or 4309693. OLE color: 4309693.
HSL color Cylindrical-coordinate representation of color #BDC241: hue angle of 62.33º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDC241 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 65 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.24 |
| HSL | 62.33º | 0.51% | 0.51% | - |
| HSV(B) | 62.33º | 0.66% | 0.76% | - |
| XYZ | 41.23 | 49.78 | 12.44 | - |
| YUV | 177.8 | 64.34 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 65 | 0.03 | 0 | 0.66 | 0.24 | 62.33 | 0.51 | 0.51 |
| Hex | BD | C2 | 41 | 3 | 0 | 42 | 18 | 3E | 33 | 33 |
| Octal | 275 | 302 | 101 | 3 | 0 | 102 | 30 | 76 | 63 | 63 |
| Binary | 10111101 | 11000010 | 1000001 | 11 | 0 | 1000010 | 11000 | 111110 | 110011 | 110011 |
Color Harmonies of #BDC241
Complementary color
Monochromatic Colors of #BDC241
Black with #BDC241
Text Example
Text Example
White with #BDC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC241; }
p { color: rgb(189,194,65); }
H1.HeaderClassName
{
color: #BDC241;
}
.AnyTagClassName
{
color: #BDC241;
}
</style>
background-color css
<style>
a { background-color: #BDC241; }
a { background-color: rgb(189,194,65); }
div.DivClassName
{
background-color: #BDC241;
}
.BgClassName
{
background-color: #BDC241;
}
</style>
border-color css
<style>
span { border-color: #BDC241; }
span { border-color: rgb(189,194,65); }
td.TdClassName
{
border-color: #BDC241;
}
.TagClassName
{
border-color: #BDC241;
}
</style>