#B0E984

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

Shades of Feijoa #B0E984

Tints of Feijoa #B0E984

Color information

#B0E984 (or 0xB0E984) is unknown color: approx Feijoa. HEX triplet: B0, E9 and 84. RGB value is (176,233,132). Sum of RGB (Red+Green+Blue) = 176+233+132=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E984 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E984 is #4F167B. Grayscale: #CCCCCC. Windows color (decimal): -5183100 or 8710576. OLE color: 8710576.

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

Color convert

RGB176233132-
CMYK0.2400.430.09
HSL93.86º69.66%71.57%-
HSV(B)93.86º43.35%91.37%-
XYZ51.2169.1732.48-
YUV204.4487.12107.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 233 (91.41% from 255) = 43.07%
BLUE value IS 132 (51.95% from 255) = 24.40%
R=32.53%
G=43.07%
B=24.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1762331320.2400.430.0993.8669.6671.57
HexB0E9841802B95e4648
Octal2603512043005311136106110
Binary1011000011101001100001001100001010111001101111010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E984; }

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

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

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

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

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

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

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

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