Shades of Celery #BCC34D
Tints of Celery #BCC34D
RGB
CMYK
RGB Variations
Color information
#BCC34D (or 0xBCC34D) is known color: Celery. HEX triplet: BC, C3 and 4D. RGB value is (188,195,77). Sum of RGB (Red+Green+Blue) = 188+195+77=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC34D is #433CB2. Grayscale: #B3B3B3. Windows color (decimal): -4406451 or 5096380. OLE color: 5096380.
HSL color Cylindrical-coordinate representation of color #BCC34D: hue angle of 63.56º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCC34D is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 77 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.24 |
| HSL | 63.56º | 0.5% | 0.53% | - |
| HSV(B) | 63.56º | 0.61% | 0.76% | - |
| XYZ | 41.59 | 50.26 | 14.53 | - |
| YUV | 179.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 77 | 0.04 | 0 | 0.61 | 0.24 | 63.56 | 0.5 | 0.53 |
| Hex | BC | C3 | 4D | 4 | 0 | 3D | 18 | 40 | 32 | 35 |
| Octal | 274 | 303 | 115 | 4 | 0 | 75 | 30 | 100 | 62 | 65 |
| Binary | 10111100 | 11000011 | 1001101 | 100 | 0 | 111101 | 11000 | 1000000 | 110010 | 110101 |
Color Harmonies of #BCC34D
Complementary color
Monochromatic Colors of #BCC34D
Black with #BCC34D
Text Example
Text Example
White with #BCC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC34D; }
p { color: rgb(188,195,77); }
H1.HeaderClassName
{
color: #BCC34D;
}
.AnyTagClassName
{
color: #BCC34D;
}
</style>
background-color css
<style>
a { background-color: #BCC34D; }
a { background-color: rgb(188,195,77); }
div.DivClassName
{
background-color: #BCC34D;
}
.BgClassName
{
background-color: #BCC34D;
}
</style>
border-color css
<style>
span { border-color: #BCC34D; }
span { border-color: rgb(188,195,77); }
td.TdClassName
{
border-color: #BCC34D;
}
.TagClassName
{
border-color: #BCC34D;
}
</style>