#B3DB95

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

Shades of Feijoa #B3DB95

Tints of Feijoa #B3DB95

Color information

#B3DB95 (or 0xB3DB95) is unknown color: approx Feijoa. HEX triplet: B3, DB and 95. RGB value is (179,219,149). Sum of RGB (Red+Green+Blue) = 179+219+149=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DB95 is #4C246A. Grayscale: #C7C7C7. Windows color (decimal): -4990059 or 9821107. OLE color: 9821107.

HSL color Cylindrical-coordinate representation of color #B3DB95: hue angle of 94.29º 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 #B3DB95 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB179219149-
CMYK0.1800.320.14
HSL94.29º49.3%72.16%-
HSV(B)94.29º31.96%85.88%-
XYZ49.3562.4237.88-
YUV199.0699.75113.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=32.72%
G=40.04%
B=27.24%

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
Decimal1792191490.1800.320.1494.2949.372.16
HexB3DB9512020E5e3148
Octal263333225220401613661110
Binary101100111101101110010101100100100000111010111101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DB95; }

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

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

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

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

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

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

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

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