#B3DB96

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

Shades of Feijoa #B3DB96

Tints of Feijoa #B3DB96

Color information

#B3DB96 (or 0xB3DB96) is unknown color: approx Feijoa. HEX triplet: B3, DB and 96. RGB value is (179,219,150). Sum of RGB (Red+Green+Blue) = 179+219+150=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DB96 is #4C2469. Grayscale: #C7C7C7. Windows color (decimal): -4990058 or 9886643. OLE color: 9886643.

HSL color Cylindrical-coordinate representation of color #B3DB96: hue angle of 94.78º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3DB96 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB179219150-
CMYK0.1800.320.14
HSL94.78º48.94%72.35%-
HSV(B)94.78º31.51%85.88%-
XYZ49.4362.4538.3-
YUV199.17100.25113.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=32.66%
G=39.96%
B=27.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191500.1800.320.1494.7848.9472.35
HexB3DB9612020E5f3148
Octal263333226220401613761110
Binary101100111101101110010110100100100000111010111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DB96; }

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

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

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

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

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

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

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

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