#B0E191

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

Shades of Feijoa #B0E191

Tints of Feijoa #B0E191

Color information

#B0E191 (or 0xB0E191) is unknown color: approx Feijoa. HEX triplet: B0, E1 and 91. RGB value is (176,225,145). Sum of RGB (Red+Green+Blue) = 176+225+145=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E191 is #4F1E6E. Grayscale: #C9C9C9. Windows color (decimal): -5185135 or 9560496. OLE color: 9560496.

HSL color Cylindrical-coordinate representation of color #B0E191: hue angle of 96.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0E191 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB176225145-
CMYK0.2200.360.12
HSL96.75º57.14%72.55%-
HSV(B)96.75º35.56%88.24%-
XYZ49.9465.1236.73-
YUV201.2396.27110-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 145 (57.03% from 255) = 26.56%
R=32.23%
G=41.21%
B=26.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1762251450.2200.360.1296.7557.1472.55
HexB0E19116024C613949
Octal260341221260441414171111
Binary101100001110000110010001101100100100110011000011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E191; }

 p { color: rgb(176,225,145); }

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

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

 a { background-color: rgb(176,225,145); }

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

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

 span { border-color: rgb(176,225,145); }

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