#BCBD93

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

Shades of Green Mist #BCBD93

Tints of Green Mist #BCBD93

Color information

#BCBD93 (or 0xBCBD93) is unknown color: approx Green Mist. HEX triplet: BC, BD and 93. RGB value is (188,189,147). Sum of RGB (Red+Green+Blue) = 188+189+147=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD93 is #43426C. Grayscale: #B8B8B8. Windows color (decimal): -4407917 or 9682364. OLE color: 9682364.

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

Color convert

RGB188189147-
CMYK0.0100.220.26
HSL61.43º24.14%65.88%-
HSV(B)61.43º22.22%74.12%-
XYZ44.249.1934.77-
YUV183.91107.17130.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=35.88%
G=36.07%
B=28.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891470.0100.220.2661.4324.1465.88
HexBCBD9310161A3d1842
Octal2742752231026327530102
Binary101111001011110110010011101011011010111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD93; }

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

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

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

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

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

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

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

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