#B2BB9B

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

Shades of Green Spring #B2BB9B

Tints of Green Spring #B2BB9B

Color information

#B2BB9B (or 0xB2BB9B) is unknown color: approx Green Spring. HEX triplet: B2, BB and 9B. RGB value is (178,187,155). Sum of RGB (Red+Green+Blue) = 178+187+155=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB9B is #4D4464. Grayscale: #B4B4B4. Windows color (decimal): -5063781 or 10206130. OLE color: 10206130.

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

Color convert

RGB178187155-
CMYK0.0500.170.27
HSL76.88º19.05%67.06%-
HSV(B)76.88º17.11%73.33%-
XYZ42.0547.3737.94-
YUV180.66113.52126.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.23%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=34.23%
G=35.96%
B=29.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871550.0500.170.2776.8819.0567.06
HexB2BB9B50111B4d1343
Octal26227323350213311523103
Binary101100101011101110011011101010001110111001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB9B; }

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

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

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

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

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

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

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

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