#B1C19D

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

Shades of Sprout #B1C19D

Tints of Sprout #B1C19D

Color information

#B1C19D (or 0xB1C19D) is unknown color: approx Sprout. HEX triplet: B1, C1 and 9D. RGB value is (177,193,157). Sum of RGB (Red+Green+Blue) = 177+193+157=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C19D is #4E3E62. Grayscale: #B8B8B8. Windows color (decimal): -5127779 or 10338737. OLE color: 10338737.

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

Color convert

RGB177193157-
CMYK0.0800.190.24
HSL86.67º22.5%68.63%-
HSV(B)86.67º18.65%75.69%-
XYZ43.2949.9239.25-
YUV184.11112.7122.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.59%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=33.59%
G=36.62%
B=29.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931570.0800.190.2486.6722.568.63
HexB1C19D801318571745
Octal261301235100233012727105
Binary1011000111000001100111011000010011110001010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C19D; }

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

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

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

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

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

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

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

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