#B1C395

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

Shades of Sprout #B1C395

Tints of Sprout #B1C395

Color information

#B1C395 (or 0xB1C395) is unknown color: approx Sprout. HEX triplet: B1, C3 and 95. RGB value is (177,195,149). Sum of RGB (Red+Green+Blue) = 177+195+149=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C395 is #4E3C6A. Grayscale: #B8B8B8. Windows color (decimal): -5127275 or 9814961. OLE color: 9814961.

HSL color Cylindrical-coordinate representation of color #B1C395: hue angle of 83.48º degrees, saturation: 0.28, 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 #B1C395 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB177195149-
CMYK0.0900.240.24
HSL83.48º27.71%67.45%-
HSV(B)83.48º23.59%76.47%-
XYZ43.0750.5535.92-
YUV184.37108.04122.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.97%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 149 (58.59% from 255) = 28.60%
R=33.97%
G=37.43%
B=28.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951490.0900.240.2483.4827.7167.45
HexB1C395901818531c43
Octal261303225110303012334103
Binary1011000111000011100101011001011000110001010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C395; }

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

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

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

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

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

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

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

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