#B0DC87

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

Shades of Feijoa #B0DC87

Tints of Feijoa #B0DC87

Color information

#B0DC87 (or 0xB0DC87) is unknown color: approx Feijoa. HEX triplet: B0, DC and 87. RGB value is (176,220,135). Sum of RGB (Red+Green+Blue) = 176+220+135=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC87 is #4F2378. Grayscale: #C5C5C5. Windows color (decimal): -5186425 or 8903856. OLE color: 8903856.

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

Color convert

RGB176220135-
CMYK0.200.390.14
HSL91.06º54.84%69.61%-
HSV(B)91.06º38.64%86.27%-
XYZ47.8762.1732.4-
YUV197.1592.92112.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=33.15%
G=41.43%
B=25.42%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201350.200.390.1491.0654.8469.61
HexB0DC8714027E5b3746
Octal260334207240471613367106
Binary101100001101110010000111101000100111111010110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DC87; }

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

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

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

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

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

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

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

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