#BCBB9A

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

Shades of Green Mist #BCBB9A

Tints of Green Mist #BCBB9A

Color information

#BCBB9A (or 0xBCBB9A) is unknown color: approx Green Mist. HEX triplet: BC, BB and 9A. RGB value is (188,187,154). Sum of RGB (Red+Green+Blue) = 188+187+154=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB9A is #434465. Grayscale: #B7B7B7. Windows color (decimal): -4408422 or 10140604. OLE color: 10140604.

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

Color convert

RGB188187154-
CMYK00.010.180.26
HSL58.24º20.24%67.06%-
HSV(B)58.24º18.09%73.73%-
XYZ44.3448.5737.61-
YUV183.54111.33131.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 154 (60.55% from 255) = 29.11%
R=35.54%
G=35.35%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818715400.010.180.2658.2420.2467.06
HexBCBB9A01121A3a1443
Octal2742732320122327224103
Binary101111001011101110011010011001011010111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB9A; }

 p { color: rgb(188,187,154); }

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

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

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

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

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

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

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