#B0D87E

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

Shades of Feijoa #B0D87E

Tints of Feijoa #B0D87E

Color information

#B0D87E (or 0xB0D87E) is unknown color: approx Feijoa. HEX triplet: B0, D8 and 7E. RGB value is (176,216,126). Sum of RGB (Red+Green+Blue) = 176+216+126=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D87E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D87E is #4F2781. Grayscale: #C2C2C2. Windows color (decimal): -5187458 or 8313008. OLE color: 8313008.

HSL color Cylindrical-coordinate representation of color #B0D87E: hue angle of 86.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0D87E is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB176216126-
CMYK0.1900.420.15
HSL86.67º53.57%67.06%-
HSV(B)86.67º41.67%84.71%-
XYZ46.2359.8528.85-
YUV193.7889.75115.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 216 (84.77% from 255) = 41.70%
BLUE value IS 126 (49.61% from 255) = 24.32%
R=33.98%
G=41.70%
B=24.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1762161260.1900.420.1586.6753.5767.06
HexB0D87E1302AF573643
Octal260330176230521712766103
Binary10110000110110001111110100110101010111110101111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D87E; }

 p { color: rgb(176,216,126); }

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

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

 a { background-color: rgb(176,216,126); }

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

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

 span { border-color: rgb(176,216,126); }

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