Html Css Color HEX #B1D394 Sprout

📋 copy color: '#B1D394'

red 177 ◦ green 211 ◦ blue 148

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

Shades of Sprout #B1D394

Tints of Sprout #B1D394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.61%

R = 33.02%
G = 39.37%
B = 27.61%

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

#B1D394 (or 0xB1D394) is known color: Sprout. HEX triplet: B1, D3 and 94. RGB value is (177,211,148). Sum of RGB (Red+Green+Blue) = 177+211+148=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D394 is #4E2C6B. Grayscale: #C1C1C1. Windows color (decimal): -5123180 or 9753521. OLE color: 9753521.

HSL color Cylindrical-coordinate representation of color #B1D394: hue angle of 92.38º 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 #B1D394 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 211 148 -
CMYK 0.16 0 0.30 0.17
HSL 92.38º 0.42% 0.7% -
HSV(B) 92.38º 0.3% 0.83% -
XYZ 46.77 58.07 36.76 -
YUV 193.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 177 211 148 0.16 0 0.30 0.17 92.38 0.42 0.7
Hex B1 D3 94 10 0 1E 11 5C 2A 46
Octal 261 323 224 20 0 36 21 134 52 106
Binary 10110001 11010011 10010100 10000 0 11110 10001 1011100 101010 1000110

Color Harmonies of #B1D394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D394

Black with #B1D394

Text Example


Text Example

White with #B1D394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D394; }

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

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

background-color css

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

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

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

border-color css

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

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

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