#B1C195

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

Shades of Sprout #B1C195

Tints of Sprout #B1C195

Color information

#B1C195 (or 0xB1C195) is unknown color: approx Sprout. HEX triplet: B1, C1 and 95. RGB value is (177,193,149). Sum of RGB (Red+Green+Blue) = 177+193+149=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C195 is #4E3E6A. Grayscale: #B7B7B7. Windows color (decimal): -5127787 or 9814449. OLE color: 9814449.

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

Color convert

RGB177193149-
CMYK0.0800.230.24
HSL81.82º26.19%67.06%-
HSV(B)81.82º22.8%75.69%-
XYZ42.6349.6635.77-
YUV183.2108.7123.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=34.10%
G=37.19%
B=28.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931490.0800.230.2481.8226.1967.06
HexB1C195801718521a43
Octal261301225100273012232103
Binary1011000111000001100101011000010111110001010010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C195; }

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

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

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

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

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

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

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

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