#BCC395

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

Shades of Green Mist #BCC395

Tints of Green Mist #BCC395

Color information

#BCC395 (or 0xBCC395) is unknown color: approx Green Mist. HEX triplet: BC, C3 and 95. RGB value is (188,195,149). Sum of RGB (Red+Green+Blue) = 188+195+149=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC395 is #433C6A. Grayscale: #BBBBBB. Windows color (decimal): -4406379 or 9814972. OLE color: 9814972.

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

Color convert

RGB188195149-
CMYK0.0400.240.24
HSL69.13º27.71%67.45%-
HSV(B)69.13º23.59%76.47%-
XYZ45.6851.8936.04-
YUV187.66106.18128.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=35.34%
G=36.65%
B=28.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951490.0400.240.2469.1327.7167.45
HexBCC395401818451c43
Octal27430322540303010534103
Binary101111001100001110010101100011000110001000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC395; }

 p { color: rgb(188,195,149); }

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

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

 a { background-color: rgb(188,195,149); }

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

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

 span { border-color: rgb(188,195,149); }

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