#B5DC89

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

Shades of Feijoa #B5DC89

Tints of Feijoa #B5DC89

Color information

#B5DC89 (or 0xB5DC89) is unknown color: approx Feijoa. HEX triplet: B5, DC and 89. RGB value is (181,220,137). Sum of RGB (Red+Green+Blue) = 181+220+137=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DC89 is #4A2376. Grayscale: #C7C7C7. Windows color (decimal): -4858743 or 9034933. OLE color: 9034933.

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

Color convert

RGB181220137-
CMYK0.1800.380.14
HSL88.19º54.25%70%-
HSV(B)88.19º37.73%86.27%-
XYZ49.1662.8233.2-
YUV198.8893.08115.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 137 (53.91% from 255) = 25.46%
R=33.64%
G=40.89%
B=25.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812201370.1800.380.1488.1954.2570
HexB5DC8912026E583646
Octal265334211220461613066106
Binary101101011101110010001001100100100110111010110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DC89; }

 p { color: rgb(181,220,137); }

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

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

 a { background-color: rgb(181,220,137); }

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

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

 span { border-color: rgb(181,220,137); }

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