#B1C39D

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

Shades of Sprout #B1C39D

Tints of Sprout #B1C39D

Color information

#B1C39D (or 0xB1C39D) is unknown color: approx Sprout. HEX triplet: B1, C3 and 9D. RGB value is (177,195,157). Sum of RGB (Red+Green+Blue) = 177+195+157=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C39D is #4E3C62. Grayscale: #B9B9B9. Windows color (decimal): -5127267 or 10339249. OLE color: 10339249.

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

Color convert

RGB177195157-
CMYK0.0900.190.24
HSL88.42º24.05%69.02%-
HSV(B)88.42º19.49%76.47%-
XYZ43.7350.8139.4-
YUV185.29112.04122.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=33.46%
G=36.86%
B=29.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771951570.0900.190.2488.4224.0569.02
HexB1C39D901318581845
Octal261303235110233013030105
Binary1011000111000011100111011001010011110001011000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C39D; }

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

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

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

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

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

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

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

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