Html Css Color HEX #B2D19B Sprout

📋 copy color: '#B2D19B'

red 178 ◦ green 209 ◦ blue 155

#B2D19B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #B2D19B

Tints of Sprout #B2D19B

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.6%

R = 32.84%
G = 38.56%
B = 28.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#B2D19B (or 0xB2D19B) is known color: 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

RGB 178 209 155 -
CMYK 0.15 0 0.26 0.18
HSL 94.44º 0.37% 0.71% -
HSV(B) 94.44º 0.26% 0.82% -
XYZ 47.08 57.43 39.61 -
YUV 193.58 106.23 116.89 -
System Red Green Blue C M Y K H S L
Decimal 178 209 155 0.15 0 0.26 0.18 94.44 0.37 0.71
Hex B2 D1 9B F 0 1A 12 5E 25 47
Octal 262 321 233 17 0 32 22 136 45 107
Binary 10110010 11010001 10011011 1111 0 11010 10010 1011110 100101 1000111

Color Harmonies of #B2D19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D19B

Black with #B2D19B

Text Example


Text Example

White with #B2D19B

Text Example


Text Example

HTML Codes & Css Web 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>