#B1C19E

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

Shades of Sprout #B1C19E

Tints of Sprout #B1C19E

Color information

#B1C19E (or 0xB1C19E) is unknown color: approx Sprout. HEX triplet: B1, C1 and 9E. RGB value is (177,193,158). Sum of RGB (Red+Green+Blue) = 177+193+158=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C19E is #4E3E61. Grayscale: #B8B8B8. Windows color (decimal): -5127778 or 10404273. OLE color: 10404273.

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

Color convert

RGB177193158-
CMYK0.0800.180.24
HSL87.43º22.01%68.82%-
HSV(B)87.43º18.13%75.69%-
XYZ43.3749.9639.7-
YUV184.23113.2122.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.52%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 158 (62.11% from 255) = 29.92%
R=33.52%
G=36.55%
B=29.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771931580.0800.180.2487.4322.0168.82
HexB1C19E801218571645
Octal261301236100223012726105
Binary1011000111000001100111101000010010110001010111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C19E; }

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

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

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

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

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

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

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

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