#B4DB88

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

Shades of Feijoa #B4DB88

Tints of Feijoa #B4DB88

Color information

#B4DB88 (or 0xB4DB88) is unknown color: approx Feijoa. HEX triplet: B4, DB and 88. RGB value is (180,219,136). Sum of RGB (Red+Green+Blue) = 180+219+136=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DB88 is #4B2477. Grayscale: #C6C6C6. Windows color (decimal): -4924536 or 8969140. OLE color: 8969140.

HSL color Cylindrical-coordinate representation of color #B4DB88: hue angle of 88.19º 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 #B4DB88 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB180219136-
CMYK0.1800.380.14
HSL88.19º53.55%69.61%-
HSV(B)88.19º37.9%85.88%-
XYZ48.662.1432.73-
YUV197.8893.08115.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.64%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=33.64%
G=40.93%
B=25.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1802191360.1800.380.1488.1953.5569.61
HexB4DB8812026E583646
Octal264333210220461613066106
Binary101101001101101110001000100100100110111010110001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DB88; }

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

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

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

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

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

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

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

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