#B3DC91

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

Shades of Feijoa #B3DC91

Tints of Feijoa #B3DC91

Color information

#B3DC91 (or 0xB3DC91) is unknown color: approx Feijoa. HEX triplet: B3, DC and 91. RGB value is (179,220,145). Sum of RGB (Red+Green+Blue) = 179+220+145=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DC91 is #4C236E. Grayscale: #C7C7C7. Windows color (decimal): -4989807 or 9559219. OLE color: 9559219.

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

Color convert

RGB179220145-
CMYK0.1900.340.14
HSL92.8º51.72%71.57%-
HSV(B)92.8º34.09%86.27%-
XYZ49.2962.8136.31-
YUV199.1997.42113.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=32.90%
G=40.44%
B=26.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1792201450.1900.340.1492.851.7271.57
HexB3DC9113022E5d3448
Octal263334221230421613564110
Binary101100111101110010010001100110100010111010111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DC91; }

 p { color: rgb(179,220,145); }

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

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

 a { background-color: rgb(179,220,145); }

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

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

 span { border-color: rgb(179,220,145); }

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