#B3DA8E

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

Shades of Feijoa #B3DA8E

Tints of Feijoa #B3DA8E

Color information

#B3DA8E (or 0xB3DA8E) is unknown color: approx Feijoa. HEX triplet: B3, DA and 8E. RGB value is (179,218,142). Sum of RGB (Red+Green+Blue) = 179+218+142=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3DA8E is #4C2571. Grayscale: #C5C5C5. Windows color (decimal): -4990322 or 9362099. OLE color: 9362099.

HSL color Cylindrical-coordinate representation of color #B3DA8E: hue angle of 90.79º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3DA8E is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB179218142-
CMYK0.1800.350.15
HSL90.79º50.67%70.59%-
HSV(B)90.79º34.86%85.49%-
XYZ48.5461.6834.94-
YUV197.6896.58114.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 218 (85.55% from 255) = 40.45%
BLUE value IS 142 (55.86% from 255) = 26.35%
R=33.21%
G=40.45%
B=26.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1792181420.1800.350.1590.7950.6770.59
HexB3DA8E12023F5b3347
Octal263332216220431713363107
Binary101100111101101010001110100100100011111110110111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DA8E; }

 p { color: rgb(179,218,142); }

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

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

 a { background-color: rgb(179,218,142); }

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

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

 span { border-color: rgb(179,218,142); }

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