#BCC296

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

Shades of Green Mist #BCC296

Tints of Green Mist #BCC296

Color information

#BCC296 (or 0xBCC296) is unknown color: approx Green Mist. HEX triplet: BC, C2 and 96. RGB value is (188,194,150). Sum of RGB (Red+Green+Blue) = 188+194+150=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC296 is #433D69. Grayscale: #BBBBBB. Windows color (decimal): -4406634 or 9880252. OLE color: 9880252.

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

Color convert

RGB188194150-
CMYK0.0300.230.24
HSL68.18º26.51%67.45%-
HSV(B)68.18º22.68%76.08%-
XYZ45.5451.4836.39-
YUV187.19107.01128.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 194 (76.17% from 255) = 36.47%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=35.34%
G=36.47%
B=28.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941500.0300.230.2468.1826.5167.45
HexBCC296301718441b43
Octal27430222630273010433103
Binary10111100110000101001011011010111110001000100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC296; }

 p { color: rgb(188,194,150); }

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

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

 a { background-color: rgb(188,194,150); }

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

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

 span { border-color: rgb(188,194,150); }

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