Shades of Celery #BDC141
Tints of Celery #BDC141
RGB
CMYK
RGB Variations
Color information
#BDC141 (or 0xBDC141) is known color: Celery. HEX triplet: BD, C1 and 41. RGB value is (189,193,65). Sum of RGB (Red+Green+Blue) = 189+193+65=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC141 is #423EBE. Grayscale: #B1B1B1. Windows color (decimal): -4341439 or 4309437. OLE color: 4309437.
HSL color Cylindrical-coordinate representation of color #BDC141: hue angle of 61.88º 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 #BDC141 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 65 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.24 |
| HSL | 61.88º | 0.51% | 0.51% | - |
| HSV(B) | 61.88º | 0.66% | 0.76% | - |
| XYZ | 41.01 | 49.34 | 12.36 | - |
| YUV | 177.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 65 | 0.02 | 0 | 0.66 | 0.24 | 61.88 | 0.51 | 0.51 |
| Hex | BD | C1 | 41 | 2 | 0 | 42 | 18 | 3E | 33 | 33 |
| Octal | 275 | 301 | 101 | 2 | 0 | 102 | 30 | 76 | 63 | 63 |
| Binary | 10111101 | 11000001 | 1000001 | 10 | 0 | 1000010 | 11000 | 111110 | 110011 | 110011 |
Color Harmonies of #BDC141
Complementary color
Monochromatic Colors of #BDC141
Black with #BDC141
Text Example
Text Example
White with #BDC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC141; }
p { color: rgb(189,193,65); }
H1.HeaderClassName
{
color: #BDC141;
}
.AnyTagClassName
{
color: #BDC141;
}
</style>
background-color css
<style>
a { background-color: #BDC141; }
a { background-color: rgb(189,193,65); }
div.DivClassName
{
background-color: #BDC141;
}
.BgClassName
{
background-color: #BDC141;
}
</style>
border-color css
<style>
span { border-color: #BDC141; }
span { border-color: rgb(189,193,65); }
td.TdClassName
{
border-color: #BDC141;
}
.TagClassName
{
border-color: #BDC141;
}
</style>