#B5DA91

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

Shades of Feijoa #B5DA91

Tints of Feijoa #B5DA91

Color information

#B5DA91 (or 0xB5DA91) is unknown color: approx Feijoa. HEX triplet: B5, DA and 91. RGB value is (181,218,145). Sum of RGB (Red+Green+Blue) = 181+218+145=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DA91 is #4A256E. Grayscale: #C6C6C6. Windows color (decimal): -4859247 or 9558709. OLE color: 9558709.

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

Color convert

RGB181218145-
CMYK0.1700.330.15
HSL90.41º49.66%71.18%-
HSV(B)90.41º33.49%85.49%-
XYZ49.2462.0136.16-
YUV198.6197.74115.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.27%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 145 (57.03% from 255) = 26.65%
R=33.27%
G=40.07%
B=26.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812181450.1700.330.1590.4149.6671.18
HexB5DA9111021F5a3247
Octal265332221210411713262107
Binary101101011101101010010001100010100001111110110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA91; }

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

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

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

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

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

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

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

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