#BCC28E

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

Shades of Green Mist #BCC28E

Tints of Green Mist #BCC28E

Color information

#BCC28E (or 0xBCC28E) is unknown color: approx Green Mist. HEX triplet: BC, C2 and 8E. RGB value is (188,194,142). Sum of RGB (Red+Green+Blue) = 188+194+142=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC28E is #433D71. Grayscale: #BABABA. Windows color (decimal): -4406642 or 9355964. OLE color: 9355964.

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

Color convert

RGB188194142-
CMYK0.0300.270.24
HSL66.92º29.89%65.88%-
HSV(B)66.92º26.8%76.08%-
XYZ44.9151.2333.11-
YUV186.28103.01129.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=35.88%
G=37.02%
B=27.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881941420.0300.270.2466.9229.8965.88
HexBCC28E301B18431e42
Octal27430221630333010336102
Binary10111100110000101000111011011011110001000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC28E; }

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

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

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

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

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

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

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

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