#BCBC8F

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

Shades of Green Mist #BCBC8F

Tints of Green Mist #BCBC8F

Color information

#BCBC8F (or 0xBCBC8F) is unknown color: approx Green Mist. HEX triplet: BC, BC and 8F. RGB value is (188,188,143). Sum of RGB (Red+Green+Blue) = 188+188+143=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC8F is #434370. Grayscale: #B7B7B7. Windows color (decimal): -4408177 or 9419964. OLE color: 9419964.

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

Color convert

RGB188188143-
CMYK000.240.26
HSL60º25.14%64.9%-
HSV(B)60º23.94%73.73%-
XYZ43.6848.6433.07-
YUV182.87105.5131.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=36.22%
G=36.22%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188188143000.240.266025.1464.9
HexBCBC8F00181A3c1941
Octal2742742170030327431101
Binary101111001011110010001111001100011010111100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBC8F; }

 p { color: rgb(188,188,143); }

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

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

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

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

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

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

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