Shades of Celery #BCCD50
Tints of Celery #BCCD50
RGB
CMYK
RGB Variations
Color information
#BCCD50 (or 0xBCCD50) is known color: Celery. HEX triplet: BC, CD and 50. RGB value is (188,205,80). Sum of RGB (Red+Green+Blue) = 188+205+80=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD50 is #4332AF. Grayscale: #BABABA. Windows color (decimal): -4403888 or 5295548. OLE color: 5295548.
HSL color Cylindrical-coordinate representation of color #BCCD50: hue angle of 68.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCCD50 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 80 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.20 |
| HSL | 68.16º | 0.56% | 0.56% | - |
| HSV(B) | 68.16º | 0.61% | 0.8% | - |
| XYZ | 44.02 | 54.93 | 15.87 | - |
| YUV | 185.67 | 68.37 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 80 | 0.08 | 0 | 0.61 | 0.20 | 68.16 | 0.56 | 0.56 |
| Hex | BC | CD | 50 | 8 | 0 | 3D | 14 | 44 | 38 | 38 |
| Octal | 274 | 315 | 120 | 10 | 0 | 75 | 24 | 104 | 70 | 70 |
| Binary | 10111100 | 11001101 | 1010000 | 1000 | 0 | 111101 | 10100 | 1000100 | 111000 | 111000 |
Color Harmonies of #BCCD50
Complementary color
Monochromatic Colors of #BCCD50
Black with #BCCD50
Text Example
Text Example
White with #BCCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD50; }
p { color: rgb(188,205,80); }
H1.HeaderClassName
{
color: #BCCD50;
}
.AnyTagClassName
{
color: #BCCD50;
}
</style>
background-color css
<style>
a { background-color: #BCCD50; }
a { background-color: rgb(188,205,80); }
div.DivClassName
{
background-color: #BCCD50;
}
.BgClassName
{
background-color: #BCCD50;
}
</style>
border-color css
<style>
span { border-color: #BCCD50; }
span { border-color: rgb(188,205,80); }
td.TdClassName
{
border-color: #BCCD50;
}
.TagClassName
{
border-color: #BCCD50;
}
</style>