#B1C19B

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

Shades of Sprout #B1C19B

Tints of Sprout #B1C19B

Color information

#B1C19B (or 0xB1C19B) is unknown color: approx Sprout. HEX triplet: B1, C1 and 9B. RGB value is (177,193,155). Sum of RGB (Red+Green+Blue) = 177+193+155=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C19B is #4E3E64. Grayscale: #B8B8B8. Windows color (decimal): -5127781 or 10207665. OLE color: 10207665.

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

Color convert

RGB177193155-
CMYK0.0800.200.24
HSL85.26º23.46%68.24%-
HSV(B)85.26º19.69%75.69%-
XYZ43.1249.8538.36-
YUV183.88111.7123.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.71%
GREEN value IS 193 (75.78% from 255) = 36.76%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=33.71%
G=36.76%
B=29.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931550.0800.200.2485.2623.4668.24
HexB1C19B801418551744
Octal261301233100243012527104
Binary1011000111000001100110111000010100110001010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C19B; }

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

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

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

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

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

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

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

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