#B4E98C

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

Shades of Feijoa #B4E98C

Tints of Feijoa #B4E98C

Color information

#B4E98C (or 0xB4E98C) is unknown color: approx Feijoa. HEX triplet: B4, E9 and 8C. RGB value is (180,233,140). Sum of RGB (Red+Green+Blue) = 180+233+140=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E98C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E98C is #4B1673. Grayscale: #CECECE. Windows color (decimal): -4920948 or 9234868. OLE color: 9234868.

HSL color Cylindrical-coordinate representation of color #B4E98C: hue angle of 94.19º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4E98C is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB180233140-
CMYK0.2300.400.09
HSL94.19º67.88%73.14%-
HSV(B)94.19º39.91%91.37%-
XYZ52.6969.8735.52-
YUV206.5590.44109.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=32.55%
G=42.13%
B=25.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802331400.2300.400.0994.1967.8873.14
HexB4E98C1702895e4449
Octal2643512142705011136104111
Binary1011010011101001100011001011101010001001101111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E98C; }

 p { color: rgb(180,233,140); }

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

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

 a { background-color: rgb(180,233,140); }

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

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

 span { border-color: rgb(180,233,140); }

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