#B4E294

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

Shades of Feijoa #B4E294

Tints of Feijoa #B4E294

Color information

#B4E294 (or 0xB4E294) is unknown color: approx Feijoa. HEX triplet: B4, E2 and 94. RGB value is (180,226,148). Sum of RGB (Red+Green+Blue) = 180+226+148=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E294 is #4B1D6B. Grayscale: #CBCBCB. Windows color (decimal): -4922732 or 9757364. OLE color: 9757364.

HSL color Cylindrical-coordinate representation of color #B4E294: hue angle of 95.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4E294 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB180226148-
CMYK0.2000.350.11
HSL95.38º57.35%73.33%-
HSV(B)95.38º34.51%88.63%-
XYZ51.3666.2338.09-
YUV203.3596.76111.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 226 (88.67% from 255) = 40.79%
BLUE value IS 148 (58.20% from 255) = 26.71%
R=32.49%
G=40.79%
B=26.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1802261480.2000.350.1195.3857.3573.33
HexB4E29414023B5f3949
Octal264342224240431313771111
Binary101101001110001010010100101000100011101110111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E294; }

 p { color: rgb(180,226,148); }

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

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

 a { background-color: rgb(180,226,148); }

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

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

 span { border-color: rgb(180,226,148); }

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