#B2BAA1

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

Shades of Green Spring #B2BAA1

Tints of Green Spring #B2BAA1

Color information

#B2BAA1 (or 0xB2BAA1) is unknown color: approx Green Spring. HEX triplet: B2, BA and A1. RGB value is (178,186,161). Sum of RGB (Red+Green+Blue) = 178+186+161=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BAA1 is #4D455E. Grayscale: #B4B4B4. Windows color (decimal): -5064031 or 10599090. OLE color: 10599090.

HSL color Cylindrical-coordinate representation of color #B2BAA1: hue angle of 79.2º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2BAA1 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB178186161-
CMYK0.0400.130.27
HSL79.2º15.34%68.04%-
HSV(B)79.2º13.44%72.94%-
XYZ42.3547.1640.59-
YUV180.76116.85126.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.90%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=33.90%
G=35.43%
B=30.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861610.0400.130.2779.215.3468.04
HexB2BAA140D1B4ff44
Octal26227224140153311717104
Binary1011001010111010101000011000110111011100111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAA1; }

 p { color: rgb(178,186,161); }

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

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

 a { background-color: rgb(178,186,161); }

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

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

 span { border-color: rgb(178,186,161); }

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