Html Css Color HEX #B1E386 Feijoa

📋 copy color: '#B1E386'

red 177 ◦ green 227 ◦ blue 134

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

Shades of Feijoa #B1E386

Tints of Feijoa #B1E386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.19%

 BLUE value IS 134 (52.73% from 255) = 24.91%

R = 32.9%
G = 42.19%
B = 24.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#B1E386 (or 0xB1E386) is known color: Feijoa. HEX triplet: B1, E3 and 86. RGB value is (177,227,134). Sum of RGB (Red+Green+Blue) = 177+227+134=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E386 is #4E1C79. Grayscale: #C9C9C9. Windows color (decimal): -5119098 or 8840113. OLE color: 8840113.

HSL color Cylindrical-coordinate representation of color #B1E386: hue angle of 92.26º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1E386 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 227 134 -
CMYK 0.22 0 0.41 0.11
HSL 92.26º 0.62% 0.71% -
HSV(B) 92.26º 0.41% 0.89% -
XYZ 49.9 66.01 32.66 -
YUV 201.45 89.94 110.56 -
System Red Green Blue C M Y K H S L
Decimal 177 227 134 0.22 0 0.41 0.11 92.26 0.62 0.71
Hex B1 E3 86 16 0 29 B 5C 3E 47
Octal 261 343 206 26 0 51 13 134 76 107
Binary 10110001 11100011 10000110 10110 0 101001 1011 1011100 111110 1000111

Color Harmonies of #B1E386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E386

Black with #B1E386

Text Example


Text Example

White with #B1E386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E386; }

 p { color: rgb(177,227,134); }

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

background-color css

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

 a { background-color: rgb(177,227,134); }

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

border-color css

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

 span { border-color: rgb(177,227,134); }

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