#B4DE93

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

Shades of Feijoa #B4DE93

Tints of Feijoa #B4DE93

Color information

#B4DE93 (or 0xB4DE93) is unknown color: approx Feijoa. HEX triplet: B4, DE and 93. RGB value is (180,222,147). Sum of RGB (Red+Green+Blue) = 180+222+147=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 222 (87.11% from 255 or 40.44% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DE93 is #4B216C. Grayscale: #C9C9C9. Windows color (decimal): -4923757 or 9690804. OLE color: 9690804.

HSL color Cylindrical-coordinate representation of color #B4DE93: hue angle of 93.6º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B4DE93 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB180222147-
CMYK0.1900.340.13
HSL93.6º53.19%72.35%-
HSV(B)93.6º33.78%87.06%-
XYZ50.2164.0537.32-
YUV200.8997.59113.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.79%
GREEN value IS 222 (87.11% from 255) = 40.44%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=32.79%
G=40.44%
B=26.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802221470.1900.340.1393.653.1972.35
HexB4DE9313022D5e3548
Octal264336223230421513665110
Binary101101001101111010010011100110100010110110111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE93; }

 p { color: rgb(180,222,147); }

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

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

 a { background-color: rgb(180,222,147); }

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

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

 span { border-color: rgb(180,222,147); }

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