#B0D989

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

Shades of Feijoa #B0D989

Tints of Feijoa #B0D989

Color information

#B0D989 (or 0xB0D989) is unknown color: approx Feijoa. HEX triplet: B0, D9 and 89. RGB value is (176,217,137). Sum of RGB (Red+Green+Blue) = 176+217+137=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D989 is #4F2676. Grayscale: #C3C3C3. Windows color (decimal): -5187191 or 9034160. OLE color: 9034160.

HSL color Cylindrical-coordinate representation of color #B0D989: hue angle of 90.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0D989 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB176217137-
CMYK0.1900.370.15
HSL90.75º51.28%69.41%-
HSV(B)90.75º36.87%85.1%-
XYZ47.2360.6632.89-
YUV195.6294.92114-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 137 (53.91% from 255) = 25.85%
R=33.21%
G=40.94%
B=25.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762171370.1900.370.1590.7551.2869.41
HexB0D98913025F5b3345
Octal260331211230451713363105
Binary101100001101100110001001100110100101111110110111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D989; }

 p { color: rgb(176,217,137); }

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

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

 a { background-color: rgb(176,217,137); }

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

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

 span { border-color: rgb(176,217,137); }

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