#B5DB88

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

Shades of Feijoa #B5DB88

Tints of Feijoa #B5DB88

Color information

#B5DB88 (or 0xB5DB88) is unknown color: approx Feijoa. HEX triplet: B5, DB and 88. RGB value is (181,219,136). Sum of RGB (Red+Green+Blue) = 181+219+136=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB88 is #4A2477. Grayscale: #C6C6C6. Windows color (decimal): -4859000 or 8969141. OLE color: 8969141.

HSL color Cylindrical-coordinate representation of color #B5DB88: hue angle of 87.47º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5DB88 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB181219136-
CMYK0.1700.380.14
HSL87.47º53.55%69.61%-
HSV(B)87.47º37.9%85.88%-
XYZ48.8362.2632.74-
YUV198.1892.91115.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.77%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=33.77%
G=40.86%
B=25.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1812191360.1700.380.1487.4753.5569.61
HexB5DB8811026E573646
Octal265333210210461612766106
Binary101101011101101110001000100010100110111010101111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DB88; }

 p { color: rgb(181,219,136); }

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

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

 a { background-color: rgb(181,219,136); }

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

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

 span { border-color: rgb(181,219,136); }

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