#B5DB8A

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

Shades of Feijoa #B5DB8A

Tints of Feijoa #B5DB8A

Color information

#B5DB8A (or 0xB5DB8A) is unknown color: approx Feijoa. HEX triplet: B5, DB and 8A. RGB value is (181,219,138). Sum of RGB (Red+Green+Blue) = 181+219+138=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB8A is #4A2475. Grayscale: #C6C6C6. Windows color (decimal): -4858998 or 9100213. OLE color: 9100213.

HSL color Cylindrical-coordinate representation of color #B5DB8A: hue angle of 88.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5DB8A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB181219138-
CMYK0.1700.370.14
HSL88.15º52.94%70%-
HSV(B)88.15º36.99%85.88%-
XYZ48.9862.3233.49-
YUV198.493.91115.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 138 (54.30% from 255) = 25.65%
R=33.64%
G=40.71%
B=25.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191380.1700.370.1488.1552.9470
HexB5DB8A11025E583546
Octal265333212210451613065106
Binary101101011101101110001010100010100101111010110001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DB8A; }

 p { color: rgb(181,219,138); }

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

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

 a { background-color: rgb(181,219,138); }

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

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

 span { border-color: rgb(181,219,138); }

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