#B2BC9B

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

Shades of Green Spring #B2BC9B

Tints of Green Spring #B2BC9B

Color information

#B2BC9B (or 0xB2BC9B) is unknown color: approx Green Spring. HEX triplet: B2, BC and 9B. RGB value is (178,188,155). Sum of RGB (Red+Green+Blue) = 178+188+155=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC9B is #4D4364. Grayscale: #B5B5B5. Windows color (decimal): -5063525 or 10206386. OLE color: 10206386.

HSL color Cylindrical-coordinate representation of color #B2BC9B: hue angle of 78.18º 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 #B2BC9B is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB178188155-
CMYK0.0500.180.26
HSL78.18º19.76%67.25%-
HSV(B)78.18º17.55%73.73%-
XYZ42.2647.838.01-
YUV181.25113.19125.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.17%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=34.17%
G=36.08%
B=29.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881550.0500.180.2678.1819.7667.25
HexB2BC9B50121A4e1443
Octal26227423350223211624103
Binary101100101011110010011011101010010110101001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC9B; }

 p { color: rgb(178,188,155); }

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

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

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

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

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

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

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