#B1C89D

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

Shades of Sprout #B1C89D

Tints of Sprout #B1C89D

Color information

#B1C89D (or 0xB1C89D) is unknown color: approx Sprout. HEX triplet: B1, C8 and 9D. RGB value is (177,200,157). Sum of RGB (Red+Green+Blue) = 177+200+157=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C89D is #4E3762. Grayscale: #BCBCBC. Windows color (decimal): -5125987 or 10340529. OLE color: 10340529.

HSL color Cylindrical-coordinate representation of color #B1C89D: hue angle of 92.09º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1C89D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB177200157-
CMYK0.1200.220.22
HSL92.09º28.1%70%-
HSV(B)92.09º21.5%78.43%-
XYZ44.8753.0939.78-
YUV188.22110.38120-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=33.15%
G=37.45%
B=29.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1772001570.1200.220.2292.0928.170
HexB1C89DC016165c1c46
Octal261310235140262613434106
Binary1011000111001000100111011100010110101101011100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C89D; }

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

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

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

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

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

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

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

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