#B2B59B

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

Shades of Green Spring #B2B59B

Tints of Green Spring #B2B59B

Color information

#B2B59B (or 0xB2B59B) is unknown color: approx Green Spring. HEX triplet: B2, B5 and 9B. RGB value is (178,181,155). Sum of RGB (Red+Green+Blue) = 178+181+155=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B59B is #4D4A64. Grayscale: #B1B1B1. Windows color (decimal): -5065317 or 10204594. OLE color: 10204594.

HSL color Cylindrical-coordinate representation of color #B2B59B: hue angle of 66.92º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B59B is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB178181155-
CMYK0.0200.140.29
HSL66.92º14.94%65.88%-
HSV(B)66.92º14.36%70.98%-
XYZ40.844.8837.52-
YUV177.14115.51128.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=34.63%
G=35.21%
B=30.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811550.0200.140.2966.9214.9465.88
HexB2B59B20E1D43f42
Octal26226523320163510317102
Binary101100101011010110011011100111011101100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B59B; }

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

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

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

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

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

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

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

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