#BCBD99

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

Shades of Green Mist #BCBD99

Tints of Green Mist #BCBD99

Color information

#BCBD99 (or 0xBCBD99) is unknown color: approx Green Mist. HEX triplet: BC, BD and 99. RGB value is (188,189,153). Sum of RGB (Red+Green+Blue) = 188+189+153=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD99 is #434266. Grayscale: #B8B8B8. Windows color (decimal): -4407911 or 10075580. OLE color: 10075580.

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

Color convert

RGB188189153-
CMYK0.0100.190.26
HSL61.67º21.43%67.06%-
HSV(B)61.67º19.05%74.12%-
XYZ44.6949.3937.31-
YUV184.6110.17130.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 153 (60.16% from 255) = 28.87%
R=35.47%
G=35.66%
B=28.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891530.0100.190.2661.6721.4367.06
HexBCBD9910131A3e1543
Octal2742752311023327625103
Binary101111001011110110011001101001111010111110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBD99; }

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

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

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

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

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

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

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

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