#BCC156

Color #BCC156 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BCC156

Tints of Celery #BCC156

Color information

#BCC156 (or 0xBCC156) is unknown color: approx Celery. HEX triplet: BC, C1 and 56. RGB value is (188,193,86). Sum of RGB (Red+Green+Blue) = 188+193+86=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC156 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC156 is #433EA9. Grayscale: #B3B3B3. Windows color (decimal): -4406954 or 5685692. OLE color: 5685692.

HSL color Cylindrical-coordinate representation of color #BCC156: hue angle of 62.8º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC156 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB18819386-
CMYK0.0300.550.24
HSL62.8º46.32%54.71%-
HSV(B)62.8º55.44%75.69%-
XYZ41.4949.516.17-
YUV179.3175.34134.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 86 (33.98% from 255) = 18.42%
R=40.26%
G=41.33%
B=18.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188193860.0300.550.2462.846.3254.71
HexBCC1563037183f2e37
Octal274301126306730775667
Binary1011110011000001101011011011011111000111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC156; }

 p { color: rgb(188,193,86); }

 H1.HeaderClassName
 {
   color: #BCC156;
 }
 .AnyTagClassName
 {
   color: #BCC156;
 }
</style>
background-color css

<style>
 a { background-color: #BCC156; }

 a { background-color: rgb(188,193,86); }

 div.DivClassName
 {
   background-color: #BCC156;
 }
 .BgClassName
 {
   background-color: #BCC156;
 }
</style>
border-color css

<style>
 span { border-color: #BCC156; }

 span { border-color: rgb(188,193,86); }

 td.TdClassName
 {
   border-color: #BCC156;
 }
 .TagClassName
 {
   border-color: #BCC156;
 }
</style>