#B0E977

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

Shades of Feijoa #B0E977

Tints of Feijoa #B0E977

Color information

#B0E977 (or 0xB0E977) is unknown color: approx Feijoa. HEX triplet: B0, E9 and 77. RGB value is (176,233,119). Sum of RGB (Red+Green+Blue) = 176+233+119=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0E977 is #4F1688. Grayscale: #CBCBCB. Windows color (decimal): -5183113 or 7858608. OLE color: 7858608.

HSL color Cylindrical-coordinate representation of color #B0E977: hue angle of 90º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0E977 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB176233119-
CMYK0.2400.490.09
HSL90º72.15%69.02%-
HSV(B)90º48.93%91.37%-
XYZ50.3768.8428.09-
YUV202.9680.62108.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 233 (91.41% from 255) = 44.13%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=33.33%
G=44.13%
B=22.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762331190.2400.490.099072.1569.02
HexB0E9771803195a4845
Octal2603511673006111132110105
Binary101100001110100111101111100001100011001101101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E977; }

 p { color: rgb(176,233,119); }

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

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

 a { background-color: rgb(176,233,119); }

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

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

 span { border-color: rgb(176,233,119); }

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