#B4DD89

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

Shades of Feijoa #B4DD89

Tints of Feijoa #B4DD89

Color information

#B4DD89 (or 0xB4DD89) is unknown color: approx Feijoa. HEX triplet: B4, DD and 89. RGB value is (180,221,137). Sum of RGB (Red+Green+Blue) = 180+221+137=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DD89 is #4B2276. Grayscale: #C7C7C7. Windows color (decimal): -4924023 or 9035188. OLE color: 9035188.

HSL color Cylindrical-coordinate representation of color #B4DD89: hue angle of 89.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4DD89 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB180221137-
CMYK0.1900.380.13
HSL89.29º55.26%70.2%-
HSV(B)89.29º38.01%86.67%-
XYZ49.1963.2233.28-
YUV199.1692.92114.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.46%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 137 (53.91% from 255) = 25.46%
R=33.46%
G=41.08%
B=25.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1802211370.1900.380.1389.2955.2670.2
HexB4DD8913026D593746
Octal264335211230461513167106
Binary101101001101110110001001100110100110110110110011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DD89; }

 p { color: rgb(180,221,137); }

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

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

 a { background-color: rgb(180,221,137); }

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

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

 span { border-color: rgb(180,221,137); }

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