Html Css Color HEX #B1E194 Feijoa

📋 copy color: '#B1E194'

red 177 ◦ green 225 ◦ blue 148

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

Shades of Feijoa #B1E194

Tints of Feijoa #B1E194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.91%

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

R = 32.18%
G = 40.91%
B = 26.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#B1E194 (or 0xB1E194) is known color: Feijoa. HEX triplet: B1, E1 and 94. RGB value is (177,225,148). Sum of RGB (Red+Green+Blue) = 177+225+148=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E194 is #4E1E6B. Grayscale: #CACACA. Windows color (decimal): -5119596 or 9757105. OLE color: 9757105.

HSL color Cylindrical-coordinate representation of color #B1E194: hue angle of 97.4º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1E194 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 225 148 -
CMYK 0.21 0 0.34 0.12
HSL 97.4º 0.56% 0.73% -
HSV(B) 97.4º 0.34% 0.88% -
XYZ 50.4 65.34 37.97 -
YUV 201.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 177 225 148 0.21 0 0.34 0.12 97.4 0.56 0.73
Hex B1 E1 94 15 0 22 C 61 38 49
Octal 261 341 224 25 0 42 14 141 70 111
Binary 10110001 11100001 10010100 10101 0 100010 1100 1100001 111000 1001001

Color Harmonies of #B1E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E194

Black with #B1E194

Text Example


Text Example

White with #B1E194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E194; }

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

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

background-color css

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

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

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

border-color css

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

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

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