Html Css Color HEX #B1EC8A Feijoa

📋 copy color: '#B1EC8A'

red 177 ◦ green 236 ◦ blue 138

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

Shades of Feijoa #B1EC8A

Tints of Feijoa #B1EC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.83%

 BLUE value IS 138 (54.3% from 255) = 25.05%

R = 32.12%
G = 42.83%
B = 25.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#B1EC8A (or 0xB1EC8A) is known color: Feijoa. HEX triplet: B1, EC and 8A. RGB value is (177,236,138). Sum of RGB (Red+Green+Blue) = 177+236+138=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #B1EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EC8A is #4E1375. Grayscale: #CFCFCF. Windows color (decimal): -5116790 or 9104561. OLE color: 9104561.

HSL color Cylindrical-coordinate representation of color #B1EC8A: hue angle of 96.12º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1EC8A is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 236 138 -
CMYK 0.25 0 0.42 0.07
HSL 96.12º 0.72% 0.73% -
HSV(B) 96.12º 0.42% 0.93% -
XYZ 52.71 71.17 35 -
YUV 207.19 88.95 106.47 -
System Red Green Blue C M Y K H S L
Decimal 177 236 138 0.25 0 0.42 0.07 96.12 0.72 0.73
Hex B1 EC 8A 19 0 2A 7 60 48 49
Octal 261 354 212 31 0 52 7 140 110 111
Binary 10110001 11101100 10001010 11001 0 101010 111 1100000 1001000 1001001

Color Harmonies of #B1EC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EC8A

Black with #B1EC8A

Text Example


Text Example

White with #B1EC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EC8A; }

 p { color: rgb(177,236,138); }

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

background-color css

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

 a { background-color: rgb(177,236,138); }

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

border-color css

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

 span { border-color: rgb(177,236,138); }

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