#B2BC9C

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

Shades of Green Spring #B2BC9C

Tints of Green Spring #B2BC9C

Color information

#B2BC9C (or 0xB2BC9C) is unknown color: approx Green Spring. HEX triplet: B2, BC and 9C. RGB value is (178,188,156). Sum of RGB (Red+Green+Blue) = 178+188+156=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC9C is #4D4363. Grayscale: #B5B5B5. Windows color (decimal): -5063524 or 10271922. OLE color: 10271922.

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

Color convert

RGB178188156-
CMYK0.0500.170.26
HSL78.75º19.28%67.45%-
HSV(B)78.75º17.02%73.73%-
XYZ42.3447.8338.45-
YUV181.36113.69125.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 188 (73.83% from 255) = 36.02%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=34.10%
G=36.02%
B=29.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881560.0500.170.2678.7519.2867.45
HexB2BC9C50111A4f1343
Octal26227423450213211723103
Binary101100101011110010011100101010001110101001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC9C; }

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

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

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

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

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

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

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

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