#B3DD96

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

Shades of Feijoa #B3DD96

Tints of Feijoa #B3DD96

Color information

#B3DD96 (or 0xB3DD96) is unknown color: approx Feijoa. HEX triplet: B3, DD and 96. RGB value is (179,221,150). Sum of RGB (Red+Green+Blue) = 179+221+150=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DD96 is #4C2269. Grayscale: #C8C8C8. Windows color (decimal): -4989546 or 9887155. OLE color: 9887155.

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

Color convert

RGB179221150-
CMYK0.1900.320.13
HSL95.49º51.08%72.75%-
HSV(B)95.49º32.13%86.67%-
XYZ49.9563.538.48-
YUV200.3599.59112.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=32.55%
G=40.18%
B=27.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1792211500.1900.320.1395.4951.0872.75
HexB3DD9613020D5f3349
Octal263335226230401513763111
Binary101100111101110110010110100110100000110110111111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD96; }

 p { color: rgb(179,221,150); }

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

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

 a { background-color: rgb(179,221,150); }

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

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

 span { border-color: rgb(179,221,150); }

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