Shades of Celery #BCCD4D
Tints of Celery #BCCD4D
RGB
CMYK
RGB Variations
Color information
#BCCD4D (or 0xBCCD4D) is known color: Celery. HEX triplet: BC, CD and 4D. RGB value is (188,205,77). Sum of RGB (Red+Green+Blue) = 188+205+77=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD4D is #4332B2. Grayscale: #B9B9B9. Windows color (decimal): -4403891 or 5098940. OLE color: 5098940.
HSL color Cylindrical-coordinate representation of color #BCCD4D: hue angle of 67.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCCD4D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 77 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.20 |
| HSL | 67.97º | 0.56% | 0.55% | - |
| HSV(B) | 67.97º | 0.62% | 0.8% | - |
| XYZ | 43.91 | 54.89 | 15.3 | - |
| YUV | 185.33 | 66.87 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 77 | 0.08 | 0 | 0.62 | 0.20 | 67.97 | 0.56 | 0.55 |
| Hex | BC | CD | 4D | 8 | 0 | 3E | 14 | 44 | 38 | 37 |
| Octal | 274 | 315 | 115 | 10 | 0 | 76 | 24 | 104 | 70 | 67 |
| Binary | 10111100 | 11001101 | 1001101 | 1000 | 0 | 111110 | 10100 | 1000100 | 111000 | 110111 |
Color Harmonies of #BCCD4D
Complementary color
Monochromatic Colors of #BCCD4D
Black with #BCCD4D
Text Example
Text Example
White with #BCCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCD4D; }
p { color: rgb(188,205,77); }
H1.HeaderClassName
{
color: #BCCD4D;
}
.AnyTagClassName
{
color: #BCCD4D;
}
</style>
background-color css
<style>
a { background-color: #BCCD4D; }
a { background-color: rgb(188,205,77); }
div.DivClassName
{
background-color: #BCCD4D;
}
.BgClassName
{
background-color: #BCCD4D;
}
</style>
border-color css
<style>
span { border-color: #BCCD4D; }
span { border-color: rgb(188,205,77); }
td.TdClassName
{
border-color: #BCCD4D;
}
.TagClassName
{
border-color: #BCCD4D;
}
</style>