#BCC596

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

Shades of Green Mist #BCC596

Tints of Green Mist #BCC596

Color information

#BCC596 (or 0xBCC596) is unknown color: approx Green Mist. HEX triplet: BC, C5 and 96. RGB value is (188,197,150). Sum of RGB (Red+Green+Blue) = 188+197+150=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC596 is #433A69. Grayscale: #BDBDBD. Windows color (decimal): -4405866 or 9881020. OLE color: 9881020.

HSL color Cylindrical-coordinate representation of color #BCC596: hue angle of 71.49º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC596 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB188197150-
CMYK0.0500.240.23
HSL71.49º28.83%68.04%-
HSV(B)71.49º23.86%77.25%-
XYZ46.2152.8336.62-
YUV188.95106.02127.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 150 (58.98% from 255) = 28.04%
R=35.14%
G=36.82%
B=28.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881971500.0500.240.2371.4928.8368.04
HexBCC596501817471d44
Octal27430522650302710735104
Binary101111001100010110010110101011000101111000111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC596; }

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

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

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

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

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

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

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

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