#B0DC88

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

Shades of Feijoa #B0DC88

Tints of Feijoa #B0DC88

Color information

#B0DC88 (or 0xB0DC88) is unknown color: approx Feijoa. HEX triplet: B0, DC and 88. RGB value is (176,220,136). Sum of RGB (Red+Green+Blue) = 176+220+136=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC88 is #4F2377. Grayscale: #C5C5C5. Windows color (decimal): -5186424 or 8969392. OLE color: 8969392.

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

Color convert

RGB176220136-
CMYK0.200.380.14
HSL91.43º54.55%69.8%-
HSV(B)91.43º38.18%86.27%-
XYZ47.9462.1932.77-
YUV197.2793.42112.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 136 (53.52% from 255) = 25.56%
R=33.08%
G=41.35%
B=25.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201360.200.380.1491.4354.5569.8
HexB0DC8814026E5b3746
Octal260334210240461613367106
Binary101100001101110010001000101000100110111010110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC88; }

 p { color: rgb(176,220,136); }

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

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

 a { background-color: rgb(176,220,136); }

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

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

 span { border-color: rgb(176,220,136); }

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