Html Css Color HEX #B1E986 Feijoa

📋 copy color: '#B1E986'

red 177 ◦ green 233 ◦ blue 134

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

Shades of Feijoa #B1E986

Tints of Feijoa #B1E986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.83%

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

R = 32.54%
G = 42.83%
B = 24.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#B1E986 (or 0xB1E986) is known color: Feijoa. HEX triplet: B1, E9 and 86. RGB value is (177,233,134). Sum of RGB (Red+Green+Blue) = 177+233+134=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1E986 is #4E1679. Grayscale: #CDCDCD. Windows color (decimal): -5117562 or 8841649. OLE color: 8841649.

HSL color Cylindrical-coordinate representation of color #B1E986: hue angle of 93.94º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1E986 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 233 134 -
CMYK 0.24 0 0.42 0.09
HSL 93.94º 0.69% 0.72% -
HSV(B) 93.94º 0.42% 0.91% -
XYZ 51.57 69.35 33.22 -
YUV 204.97 87.95 108.05 -
System Red Green Blue C M Y K H S L
Decimal 177 233 134 0.24 0 0.42 0.09 93.94 0.69 0.72
Hex B1 E9 86 18 0 2A 9 5E 45 48
Octal 261 351 206 30 0 52 11 136 105 110
Binary 10110001 11101001 10000110 11000 0 101010 1001 1011110 1000101 1001000

Color Harmonies of #B1E986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E986

Black with #B1E986

Text Example


Text Example

White with #B1E986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E986; }

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

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

background-color css

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

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

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

border-color css

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

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

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