#BCBD95

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

Shades of Green Mist #BCBD95

Tints of Green Mist #BCBD95

Color information

#BCBD95 (or 0xBCBD95) is unknown color: approx Green Mist. HEX triplet: BC, BD and 95. RGB value is (188,189,149). Sum of RGB (Red+Green+Blue) = 188+189+149=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD95 is #43426A. Grayscale: #B8B8B8. Windows color (decimal): -4407915 or 9813436. OLE color: 9813436.

HSL color Cylindrical-coordinate representation of color #BCBD95: hue angle of 61.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBD95 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188189149-
CMYK0.0100.210.26
HSL61.5º23.26%66.27%-
HSV(B)61.5º21.16%74.12%-
XYZ44.3649.2635.6-
YUV184.14108.17130.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=35.74%
G=35.93%
B=28.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891490.0100.210.2661.523.2666.27
HexBCBD9510151A3e1742
Octal2742752251025327627102
Binary101111001011110110010101101010111010111110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD95; }

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

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

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

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

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

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

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

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