#B1C196

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

Shades of Sprout #B1C196

Tints of Sprout #B1C196

Color information

#B1C196 (or 0xB1C196) is unknown color: approx Sprout. HEX triplet: B1, C1 and 96. RGB value is (177,193,150). Sum of RGB (Red+Green+Blue) = 177+193+150=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C196 is #4E3E69. Grayscale: #B7B7B7. Windows color (decimal): -5127786 or 9879985. OLE color: 9879985.

HSL color Cylindrical-coordinate representation of color #B1C196: hue angle of 82.33º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1C196 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB177193150-
CMYK0.0800.220.24
HSL82.33º25.75%67.25%-
HSV(B)82.33º22.28%75.69%-
XYZ42.7149.6936.19-
YUV183.31109.2123.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.04%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=34.04%
G=37.12%
B=28.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931500.0800.220.2482.3325.7567.25
HexB1C196801618521a43
Octal261301226100263012232103
Binary1011000111000001100101101000010110110001010010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C196; }

 p { color: rgb(177,193,150); }

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

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

 a { background-color: rgb(177,193,150); }

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

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

 span { border-color: rgb(177,193,150); }

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