#B2B993

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

Shades of Green Spring #B2B993

Tints of Green Spring #B2B993

Color information

#B2B993 (or 0xB2B993) is unknown color: approx Green Spring. HEX triplet: B2, B9 and 93. RGB value is (178,185,147). Sum of RGB (Red+Green+Blue) = 178+185+147=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B993 is #4D466C. Grayscale: #B2B2B2. Windows color (decimal): -5064301 or 9681330. OLE color: 9681330.

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

Color convert

RGB178185147-
CMYK0.0400.210.27
HSL71.05º21.35%65.1%-
HSV(B)71.05º20.54%72.55%-
XYZ40.9846.2734.38-
YUV178.58110.18127.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.90%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=34.90%
G=36.27%
B=28.82%

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
Decimal1781851470.0400.210.2771.0521.3565.1
HexB2B99340151B471541
Octal26227122340253310725101
Binary101100101011100110010011100010101110111000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B993; }

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

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

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

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

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

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

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

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