#B0E194

Color #B0E194 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B0E194

Tints of Feijoa #B0E194

Color information

#B0E194 (or 0xB0E194) is unknown color: approx Feijoa. HEX triplet: B0, E1 and 94. RGB value is (176,225,148). Sum of RGB (Red+Green+Blue) = 176+225+148=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E194 is #4F1E6B. Grayscale: #C9C9C9. Windows color (decimal): -5185132 or 9757104. OLE color: 9757104.

HSL color Cylindrical-coordinate representation of color #B0E194: hue angle of 98.18º 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 #B0E194 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB176225148-
CMYK0.2200.340.12
HSL98.18º56.2%73.14%-
HSV(B)98.18º34.22%88.24%-
XYZ50.1865.2237.96-
YUV201.5797.77109.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=32.06%
G=40.98%
B=26.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251480.2200.340.1298.1856.273.14
HexB0E19416022C623849
Octal260341224260421414270111
Binary101100001110000110010100101100100010110011000101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E194; }

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

 H1.HeaderClassName
 {
   color: #B0E194;
 }
 .AnyTagClassName
 {
   color: #B0E194;
 }
</style>
background-color css

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

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

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

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

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

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