#B3DB97

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

Shades of Feijoa #B3DB97

Tints of Feijoa #B3DB97

Color information

#B3DB97 (or 0xB3DB97) is unknown color: approx Feijoa. HEX triplet: B3, DB and 97. RGB value is (179,219,151). Sum of RGB (Red+Green+Blue) = 179+219+151=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #B3DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DB97 is #4C2468. Grayscale: #C7C7C7. Windows color (decimal): -4990057 or 9952179. OLE color: 9952179.

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

Color convert

RGB179219151-
CMYK0.1800.310.14
HSL95.29º48.57%72.55%-
HSV(B)95.29º31.05%85.88%-
XYZ49.5162.4838.73-
YUV199.29100.75113.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.60%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=32.60%
G=39.89%
B=27.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792191510.1800.310.1495.2948.5772.55
HexB3DB971201FE5f3149
Octal263333227220371613761111
Binary10110011110110111001011110010011111111010111111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DB97; }

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

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

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

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

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

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

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

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