#B5D88A

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

Shades of Feijoa #B5D88A

Tints of Feijoa #B5D88A

Color information

#B5D88A (or 0xB5D88A) is unknown color: approx Feijoa. HEX triplet: B5, D8 and 8A. RGB value is (181,216,138). Sum of RGB (Red+Green+Blue) = 181+216+138=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D88A is #4A2775. Grayscale: #C4C4C4. Windows color (decimal): -4859766 or 9099445. OLE color: 9099445.

HSL color Cylindrical-coordinate representation of color #B5D88A: hue angle of 86.92º 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 #B5D88A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB181216138-
CMYK0.1600.360.15
HSL86.92º50%69.41%-
HSV(B)86.92º36.11%84.71%-
XYZ48.260.7733.23-
YUV196.6494.9116.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=33.83%
G=40.37%
B=25.79%

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
Decimal1812161380.1600.360.1586.925069.41
HexB5D88A10024F573245
Octal265330212200441712762105
Binary101101011101100010001010100000100100111110101111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D88A; }

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

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

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

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

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

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

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

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