#B5DA8D

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

Shades of Feijoa #B5DA8D

Tints of Feijoa #B5DA8D

Color information

#B5DA8D (or 0xB5DA8D) is unknown color: approx Feijoa. HEX triplet: B5, DA and 8D. RGB value is (181,218,141). Sum of RGB (Red+Green+Blue) = 181+218+141=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DA8D is #4A2572. Grayscale: #C6C6C6. Windows color (decimal): -4859251 or 9296565. OLE color: 9296565.

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

Color convert

RGB181218141-
CMYK0.1700.350.15
HSL88.83º50.99%70.39%-
HSV(B)88.83º35.32%85.49%-
XYZ48.9461.8934.57-
YUV198.1695.74115.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.52%
GREEN value IS 218 (85.55% from 255) = 40.37%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=33.52%
G=40.37%
B=26.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181410.1700.350.1588.8350.9970.39
HexB5DA8D11023F593346
Octal265332215210431713163106
Binary101101011101101010001101100010100011111110110011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA8D; }

 p { color: rgb(181,218,141); }

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

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

 a { background-color: rgb(181,218,141); }

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

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

 span { border-color: rgb(181,218,141); }

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