#B2B99B

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

Shades of Green Spring #B2B99B

Tints of Green Spring #B2B99B

Color information

#B2B99B (or 0xB2B99B) is unknown color: approx Green Spring. HEX triplet: B2, B9 and 9B. RGB value is (178,185,155). Sum of RGB (Red+Green+Blue) = 178+185+155=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B99B is #4D4664. Grayscale: #B3B3B3. Windows color (decimal): -5064293 or 10205618. OLE color: 10205618.

HSL color Cylindrical-coordinate representation of color #B2B99B: hue angle of 74º 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 #B2B99B is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB178185155-
CMYK0.0400.160.27
HSL74º17.65%66.67%-
HSV(B)74º16.22%72.55%-
XYZ41.6346.5337.8-
YUV179.49114.18126.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=34.36%
G=35.71%
B=29.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851550.0400.160.277417.6566.67
HexB2B99B40101B4a1243
Octal26227123340203311222103
Binary101100101011100110011011100010000110111001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B99B; }

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

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

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

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

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

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

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

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