#B2BC9A

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

Shades of Green Spring #B2BC9A

Tints of Green Spring #B2BC9A

Color information

#B2BC9A (or 0xB2BC9A) is unknown color: approx Green Spring. HEX triplet: B2, BC and 9A. RGB value is (178,188,154). Sum of RGB (Red+Green+Blue) = 178+188+154=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC9A is #4D4365. Grayscale: #B5B5B5. Windows color (decimal): -5063526 or 10140850. OLE color: 10140850.

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

Color convert

RGB178188154-
CMYK0.0500.180.26
HSL77.65º20.24%67.06%-
HSV(B)77.65º18.09%73.73%-
XYZ42.1847.7637.57-
YUV181.13112.69125.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=34.23%
G=36.15%
B=29.62%

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
Decimal1781881540.0500.180.2677.6520.2467.06
HexB2BC9A50121A4e1443
Octal26227423250223211624103
Binary101100101011110010011010101010010110101001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC9A; }

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

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

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

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

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

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

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

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