#B2B89B

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

Shades of Green Spring #B2B89B

Tints of Green Spring #B2B89B

Color information

#B2B89B (or 0xB2B89B) is unknown color: approx Green Spring. HEX triplet: B2, B8 and 9B. RGB value is (178,184,155). Sum of RGB (Red+Green+Blue) = 178+184+155=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B89B is #4D4764. Grayscale: #B3B3B3. Windows color (decimal): -5064549 or 10205362. OLE color: 10205362.

HSL color Cylindrical-coordinate representation of color #B2B89B: hue angle of 72.41º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2B89B is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB178184155-
CMYK0.0300.160.28
HSL72.41º16.96%66.47%-
HSV(B)72.41º15.76%72.16%-
XYZ41.4246.1137.73-
YUV178.9114.51127.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.43%
GREEN value IS 184 (72.27% from 255) = 35.59%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=34.43%
G=35.59%
B=29.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841550.0300.160.2872.4116.9666.47
HexB2B89B30101C481142
Octal26227023330203411021102
Binary10110010101110001001101111010000111001001000100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B89B; }

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

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

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

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

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

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

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

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