#B2D19B

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

Shades of Sprout #B2D19B

Tints of Sprout #B2D19B

Color information

#B2D19B (or 0xB2D19B) is unknown color: approx Sprout. HEX triplet: B2, D1 and 9B. RGB value is (178,209,155). Sum of RGB (Red+Green+Blue) = 178+209+155=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D19B is #4D2E64. Grayscale: #C1C1C1. Windows color (decimal): -5058149 or 10211762. OLE color: 10211762.

HSL color Cylindrical-coordinate representation of color #B2D19B: hue angle of 94.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2D19B is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB178209155-
CMYK0.1500.260.18
HSL94.44º36.99%71.37%-
HSV(B)94.44º25.84%81.96%-
XYZ47.0857.4339.61-
YUV193.58106.23116.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.84%
GREEN value IS 209 (82.03% from 255) = 38.56%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=32.84%
G=38.56%
B=28.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1782091550.1500.260.1894.4436.9971.37
HexB2D19BF01A125e2547
Octal262321233170322213645107
Binary10110010110100011001101111110110101001010111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D19B; }

 p { color: rgb(178,209,155); }

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

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

 a { background-color: rgb(178,209,155); }

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

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

 span { border-color: rgb(178,209,155); }

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