Shades of Celery #BCCC50
Tints of Celery #BCCC50
RGB
CMYK
RGB Variations
Color information
#BCCC50 (or 0xBCCC50) is known color: Celery. HEX triplet: BC, CC and 50. RGB value is (188,204,80). Sum of RGB (Red+Green+Blue) = 188+204+80=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCC50 is #4333AF. Grayscale: #B9B9B9. Windows color (decimal): -4404144 or 5295292. OLE color: 5295292.
HSL color Cylindrical-coordinate representation of color #BCCC50: hue angle of 67.74º degrees, saturation: 0.55, 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 #BCCC50 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 80 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.2 |
| HSL | 67.74º | 0.55% | 0.56% | - |
| HSV(B) | 67.74º | 0.61% | 0.8% | - |
| XYZ | 43.78 | 54.46 | 15.79 | - |
| YUV | 185.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 80 | 0.08 | 0 | 0.61 | 0.2 | 67.74 | 0.55 | 0.56 |
| Hex | BC | CC | 50 | 8 | 0 | 3D | 14 | 44 | 37 | 38 |
| Octal | 274 | 314 | 120 | 10 | 0 | 75 | 24 | 104 | 67 | 70 |
| Binary | 10111100 | 11001100 | 1010000 | 1000 | 0 | 111101 | 10100 | 1000100 | 110111 | 111000 |
Color Harmonies of #BCCC50
Complementary color
Monochromatic Colors of #BCCC50
Black with #BCCC50
Text Example
Text Example
White with #BCCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC50; }
p { color: rgb(188,204,80); }
H1.HeaderClassName
{
color: #BCCC50;
}
.AnyTagClassName
{
color: #BCCC50;
}
</style>
background-color css
<style>
a { background-color: #BCCC50; }
a { background-color: rgb(188,204,80); }
div.DivClassName
{
background-color: #BCCC50;
}
.BgClassName
{
background-color: #BCCC50;
}
</style>
border-color css
<style>
span { border-color: #BCCC50; }
span { border-color: rgb(188,204,80); }
td.TdClassName
{
border-color: #BCCC50;
}
.TagClassName
{
border-color: #BCCC50;
}
</style>