#B1D089

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

Shades of Feijoa #B1D089

Tints of Feijoa #B1D089

Color information

#B1D089 (or 0xB1D089) is unknown color: approx Feijoa. HEX triplet: B1, D0 and 89. RGB value is (177,208,137). Sum of RGB (Red+Green+Blue) = 177+208+137=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D089 is #4E2F76. Grayscale: #BEBEBE. Windows color (decimal): -5123959 or 9031857. OLE color: 9031857.

HSL color Cylindrical-coordinate representation of color #B1D089: hue angle of 86.2º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1D089 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB177208137-
CMYK0.1500.340.18
HSL86.2º43.03%67.65%-
HSV(B)86.2º34.13%81.57%-
XYZ45.256.2732.14-
YUV190.6497.73118.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.91%
GREEN value IS 208 (81.64% from 255) = 39.85%
BLUE value IS 137 (53.91% from 255) = 26.25%
R=33.91%
G=39.85%
B=26.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772081370.1500.340.1886.243.0367.65
HexB1D089F02212562b44
Octal261320211170422212653104
Binary101100011101000010001001111101000101001010101101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D089; }

 p { color: rgb(177,208,137); }

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

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

 a { background-color: rgb(177,208,137); }

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

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

 span { border-color: rgb(177,208,137); }

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