#B5D88B

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

Shades of Feijoa #B5D88B

Tints of Feijoa #B5D88B

Color information

#B5D88B (or 0xB5D88B) is unknown color: approx Feijoa. HEX triplet: B5, D8 and 8B. RGB value is (181,216,139). Sum of RGB (Red+Green+Blue) = 181+216+139=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D88B is #4A2774. Grayscale: #C5C5C5. Windows color (decimal): -4859765 or 9164981. OLE color: 9164981.

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

Color convert

RGB181216139-
CMYK0.1600.360.15
HSL87.27º49.68%69.61%-
HSV(B)87.27º35.65%84.71%-
XYZ48.2760.833.62-
YUV196.7695.4116.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 139 (54.69% from 255) = 25.93%
R=33.77%
G=40.30%
B=25.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812161390.1600.360.1587.2749.6869.61
HexB5D88B10024F573246
Octal265330213200441712762106
Binary101101011101100010001011100000100100111110101111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D88B; }

 p { color: rgb(181,216,139); }

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

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

 a { background-color: rgb(181,216,139); }

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

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

 span { border-color: rgb(181,216,139); }

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