#B0D88A

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

Shades of Feijoa #B0D88A

Tints of Feijoa #B0D88A

Color information

#B0D88A (or 0xB0D88A) is unknown color: approx Feijoa. HEX triplet: B0, D8 and 8A. RGB value is (176,216,138). Sum of RGB (Red+Green+Blue) = 176+216+138=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D88A is #4F2775. Grayscale: #C3C3C3. Windows color (decimal): -5187446 or 9099440. OLE color: 9099440.

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

Color convert

RGB176216138-
CMYK0.1900.360.15
HSL90.77º50%69.41%-
HSV(B)90.77º36.11%84.71%-
XYZ47.0560.1833.18-
YUV195.1595.75114.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 216 (84.77% from 255) = 40.75%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=33.21%
G=40.75%
B=26.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161380.1900.360.1590.775069.41
HexB0D88A13024F5b3245
Octal260330212230441713362105
Binary101100001101100010001010100110100100111110110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D88A; }

 p { color: rgb(176,216,138); }

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

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

 a { background-color: rgb(176,216,138); }

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

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

 span { border-color: rgb(176,216,138); }

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