#B5E194

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

Shades of Feijoa #B5E194

Tints of Feijoa #B5E194

Color information

#B5E194 (or 0xB5E194) is unknown color: approx Feijoa. HEX triplet: B5, E1 and 94. RGB value is (181,225,148). Sum of RGB (Red+Green+Blue) = 181+225+148=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E194 is #4A1E6B. Grayscale: #CBCBCB. Windows color (decimal): -4857452 or 9757109. OLE color: 9757109.

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

Color convert

RGB181225148-
CMYK0.2000.340.12
HSL94.29º56.2%73.14%-
HSV(B)94.29º34.22%88.24%-
XYZ51.3365.8138.01-
YUV203.0796.92112.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.67%
GREEN value IS 225 (88.28% from 255) = 40.61%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=32.67%
G=40.61%
B=26.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812251480.2000.340.1294.2956.273.14
HexB5E19414022C5e3849
Octal265341224240421413670111
Binary101101011110000110010100101000100010110010111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E194; }

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

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

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

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

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

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

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

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