Shades of Celery #BCC13B
Tints of Celery #BCC13B
RGB
CMYK
RGB Variations
Color information
#BCC13B (or 0xBCC13B) is known color: Celery. HEX triplet: BC, C1 and 3B. RGB value is (188,193,59). Sum of RGB (Red+Green+Blue) = 188+193+59=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC13B is #433EC4. Grayscale: #B0B0B0. Windows color (decimal): -4406981 or 3916220. OLE color: 3916220.
HSL color Cylindrical-coordinate representation of color #BCC13B: hue angle of 62.24º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCC13B is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 193 | 59 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.24 |
| HSL | 62.24º | 0.53% | 0.49% | - |
| HSV(B) | 62.24º | 0.69% | 0.76% | - |
| XYZ | 40.6 | 49.15 | 11.48 | - |
| YUV | 176.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 193 | 59 | 0.03 | 0 | 0.69 | 0.24 | 62.24 | 0.53 | 0.49 |
| Hex | BC | C1 | 3B | 3 | 0 | 45 | 18 | 3E | 35 | 31 |
| Octal | 274 | 301 | 73 | 3 | 0 | 105 | 30 | 76 | 65 | 61 |
| Binary | 10111100 | 11000001 | 111011 | 11 | 0 | 1000101 | 11000 | 111110 | 110101 | 110001 |
Color Harmonies of #BCC13B
Complementary color
Monochromatic Colors of #BCC13B
Black with #BCC13B
Text Example
Text Example
White with #BCC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC13B; }
p { color: rgb(188,193,59); }
H1.HeaderClassName
{
color: #BCC13B;
}
.AnyTagClassName
{
color: #BCC13B;
}
</style>
background-color css
<style>
a { background-color: #BCC13B; }
a { background-color: rgb(188,193,59); }
div.DivClassName
{
background-color: #BCC13B;
}
.BgClassName
{
background-color: #BCC13B;
}
</style>
border-color css
<style>
span { border-color: #BCC13B; }
span { border-color: rgb(188,193,59); }
td.TdClassName
{
border-color: #BCC13B;
}
.TagClassName
{
border-color: #BCC13B;
}
</style>