#B0D389

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

Shades of Feijoa #B0D389

Tints of Feijoa #B0D389

Color information

#B0D389 (or 0xB0D389) is unknown color: approx Feijoa. HEX triplet: B0, D3 and 89. RGB value is (176,211,137). Sum of RGB (Red+Green+Blue) = 176+211+137=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D389 is #4F2C76. Grayscale: #C0C0C0. Windows color (decimal): -5188727 or 9032624. OLE color: 9032624.

HSL color Cylindrical-coordinate representation of color #B0D389: hue angle of 88.38º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0D389 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB176211137-
CMYK0.1700.350.17
HSL88.38º45.68%68.24%-
HSV(B)88.38º35.07%82.75%-
XYZ45.7157.6232.38-
YUV192.196.9116.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 211 (82.81% from 255) = 40.27%
BLUE value IS 137 (53.91% from 255) = 26.15%
R=33.59%
G=40.27%
B=26.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762111370.1700.350.1788.3845.6868.24
HexB0D3891102311582e44
Octal260323211210432113056104
Binary1011000011010011100010011000101000111000110110001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D389; }

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

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

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

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

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

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

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

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