#B2B992

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

Shades of Green Spring #B2B992

Tints of Green Spring #B2B992

Color information

#B2B992 (or 0xB2B992) is unknown color: approx Green Spring. HEX triplet: B2, B9 and 92. RGB value is (178,185,146). Sum of RGB (Red+Green+Blue) = 178+185+146=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B992 is #4D466D. Grayscale: #B2B2B2. Windows color (decimal): -5064302 or 9615794. OLE color: 9615794.

HSL color Cylindrical-coordinate representation of color #B2B992: hue angle of 70.77º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2B992 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB178185146-
CMYK0.0400.210.27
HSL70.77º21.79%64.9%-
HSV(B)70.77º21.08%72.55%-
XYZ40.946.2433.96-
YUV178.46109.68127.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=34.97%
G=36.35%
B=28.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851460.0400.210.2770.7721.7964.9
HexB2B99240151B471641
Octal26227122240253310726101
Binary101100101011100110010010100010101110111000111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B992; }

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

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

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

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

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

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

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

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