Html Css Color HEX #B1D393 Sprout

📋 copy color: '#B1D393'

red 177 ◦ green 211 ◦ blue 147

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

Shades of Sprout #B1D393

Tints of Sprout #B1D393

RGB

 RED value IS 177 (69.53% from 255) = 33.08%

 GREEN value IS 211 (82.81% from 255) = 39.44%

 BLUE value IS 147 (57.81% from 255) = 27.48%

R = 33.08%
G = 39.44%
B = 27.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#B1D393 (or 0xB1D393) is known color: Sprout. HEX triplet: B1, D3 and 93. RGB value is (177,211,147). Sum of RGB (Red+Green+Blue) = 177+211+147=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D393 is #4E2C6C. Grayscale: #C1C1C1. Windows color (decimal): -5123181 or 9687985. OLE color: 9687985.

HSL color Cylindrical-coordinate representation of color #B1D393: hue angle of 91.88º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D393 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 147 -
CMYK 0.16 0 0.30 0.17
HSL 91.88º 0.42% 0.7% -
HSV(B) 91.88º 0.3% 0.83% -
XYZ 46.69 58.04 36.35 -
YUV 193.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 177 211 147 0.16 0 0.30 0.17 91.88 0.42 0.7
Hex B1 D3 93 10 0 1E 11 5C 2A 46
Octal 261 323 223 20 0 36 21 134 52 106
Binary 10110001 11010011 10010011 10000 0 11110 10001 1011100 101010 1000110

Color Harmonies of #B1D393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D393

Black with #B1D393

Text Example


Text Example

White with #B1D393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D393; }

 p { color: rgb(177,211,147); }

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

background-color css

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

 a { background-color: rgb(177,211,147); }

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

border-color css

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

 span { border-color: rgb(177,211,147); }

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