#B2BB9D

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

Shades of Green Spring #B2BB9D

Tints of Green Spring #B2BB9D

Color information

#B2BB9D (or 0xB2BB9D) is unknown color: approx Green Spring. HEX triplet: B2, BB and 9D. RGB value is (178,187,157). Sum of RGB (Red+Green+Blue) = 178+187+157=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB9D is #4D4462. Grayscale: #B5B5B5. Windows color (decimal): -5063779 or 10337202. OLE color: 10337202.

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

Color convert

RGB178187157-
CMYK0.0500.160.27
HSL78º18.07%67.45%-
HSV(B)78º16.04%73.33%-
XYZ42.2247.4438.83-
YUV180.89114.52125.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=34.10%
G=35.82%
B=30.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871570.0500.160.277818.0767.45
HexB2BB9D50101B4e1243
Octal26227323550203311622103
Binary101100101011101110011101101010000110111001110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB9D; }

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

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

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

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

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

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

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

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