#B1C193

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

Shades of Sprout #B1C193

Tints of Sprout #B1C193

Color information

#B1C193 (or 0xB1C193) is unknown color: approx Sprout. HEX triplet: B1, C1 and 93. RGB value is (177,193,147). Sum of RGB (Red+Green+Blue) = 177+193+147=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C193 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C193 is #4E3E6C. Grayscale: #B7B7B7. Windows color (decimal): -5127789 or 9683377. OLE color: 9683377.

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

Color convert

RGB177193147-
CMYK0.0800.240.24
HSL80.87º27.06%66.67%-
HSV(B)80.87º23.83%75.69%-
XYZ42.4749.5934.94-
YUV182.97107.7123.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.24%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=34.24%
G=37.33%
B=28.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931470.0800.240.2480.8727.0666.67
HexB1C193801818511b43
Octal261301223100303012133103
Binary1011000111000001100100111000011000110001010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C193; }

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

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

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

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

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

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

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

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