Html Css Color HEX #B1EB8D Feijoa

📋 copy color: '#B1EB8D'

red 177 ◦ green 235 ◦ blue 141

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

Shades of Feijoa #B1EB8D

Tints of Feijoa #B1EB8D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.5%

 BLUE value IS 141 (55.47% from 255) = 25.5%

R = 32.01%
G = 42.5%
B = 25.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#B1EB8D (or 0xB1EB8D) is known color: Feijoa. HEX triplet: B1, EB and 8D. RGB value is (177,235,141). Sum of RGB (Red+Green+Blue) = 177+235+141=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 141 (55.47% from 255 or 25.50% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EB8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EB8D is #4E1472. Grayscale: #CFCFCF. Windows color (decimal): -5117043 or 9300913. OLE color: 9300913.

HSL color Cylindrical-coordinate representation of color #B1EB8D: hue angle of 97.02º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1EB8D is Cyan = 0.25, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 141 -
CMYK 0.25 0 0.4 0.08
HSL 97.02º 0.7% 0.74% -
HSV(B) 97.02º 0.4% 0.92% -
XYZ 52.65 70.69 36.07 -
YUV 206.94 90.78 106.64 -
System Red Green Blue C M Y K H S L
Decimal 177 235 141 0.25 0 0.4 0.08 97.02 0.7 0.74
Hex B1 EB 8D 19 0 28 8 61 46 4A
Octal 261 353 215 31 0 50 10 141 106 112
Binary 10110001 11101011 10001101 11001 0 101000 1000 1100001 1000110 1001010

Color Harmonies of #B1EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EB8D

Black with #B1EB8D

Text Example


Text Example

White with #B1EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EB8D; }

 p { color: rgb(177,235,141); }

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

background-color css

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

 a { background-color: rgb(177,235,141); }

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

border-color css

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

 span { border-color: rgb(177,235,141); }

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