Html Css Color HEX #B2D18B Sprout

📋 copy color: '#B2D18B'

red 178 ◦ green 209 ◦ blue 139

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

Shades of Sprout #B2D18B

Tints of Sprout #B2D18B

RGB

 RED value IS 178 (69.92% from 255) = 33.84%

 GREEN value IS 209 (82.03% from 255) = 39.73%

 BLUE value IS 139 (54.69% from 255) = 26.43%

R = 33.84%
G = 39.73%
B = 26.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#B2D18B (or 0xB2D18B) is known color: Sprout. HEX triplet: B2, D1 and 8B. RGB value is (178,209,139). Sum of RGB (Red+Green+Blue) = 178+209+139=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D18B is #4D2E74. Grayscale: #BFBFBF. Windows color (decimal): -5058165 or 9163186. OLE color: 9163186.

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

Color convert

RGB 178 209 139 -
CMYK 0.15 0 0.33 0.18
HSL 86.57º 0.43% 0.68% -
HSV(B) 86.57º 0.33% 0.82% -
XYZ 45.82 56.93 33 -
YUV 191.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 178 209 139 0.15 0 0.33 0.18 86.57 0.43 0.68
Hex B2 D1 8B F 0 21 12 57 2B 44
Octal 262 321 213 17 0 41 22 127 53 104
Binary 10110010 11010001 10001011 1111 0 100001 10010 1010111 101011 1000100

Color Harmonies of #B2D18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D18B

Black with #B2D18B

Text Example


Text Example

White with #B2D18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D18B; }

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

 H1.HeaderClassName
 {
   color: #B2D18B;
 }
 .AnyTagClassName
 {
   color: #B2D18B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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