#BCC397

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

Shades of Green Mist #BCC397

Tints of Green Mist #BCC397

Color information

#BCC397 (or 0xBCC397) is unknown color: approx Green Mist. HEX triplet: BC, C3 and 97. RGB value is (188,195,151). Sum of RGB (Red+Green+Blue) = 188+195+151=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC397 is #433C68. Grayscale: #BCBCBC. Windows color (decimal): -4406377 or 9946044. OLE color: 9946044.

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

Color convert

RGB188195151-
CMYK0.0400.230.24
HSL69.55º26.83%67.84%-
HSV(B)69.55º22.56%76.47%-
XYZ45.8451.9636.89-
YUV187.89107.18128.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 195 (76.56% from 255) = 36.52%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=35.21%
G=36.52%
B=28.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951510.0400.230.2469.5526.8367.84
HexBCC397401718461b44
Octal27430322740273010633104
Binary101111001100001110010111100010111110001000110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC397; }

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

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

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

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

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

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

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

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