#B0EB84

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

Shades of Feijoa #B0EB84

Tints of Feijoa #B0EB84

Color information

#B0EB84 (or 0xB0EB84) is unknown color: approx Feijoa. HEX triplet: B0, EB and 84. RGB value is (176,235,132). Sum of RGB (Red+Green+Blue) = 176+235+132=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 132 (51.95% from 255 or 24.31% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EB84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EB84 is #4F147B. Grayscale: #CDCDCD. Windows color (decimal): -5182588 or 8711088. OLE color: 8711088.

HSL color Cylindrical-coordinate representation of color #B0EB84: hue angle of 94.37º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0EB84 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB176235132-
CMYK0.2500.440.08
HSL94.37º72.03%71.96%-
HSV(B)94.37º43.83%92.16%-
XYZ51.7870.3132.67-
YUV205.6286.45106.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 132 (51.95% from 255) = 24.31%
R=32.41%
G=43.28%
B=24.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762351320.2500.440.0894.3772.0371.96
HexB0EB841902C85e4848
Octal2603532043105410136110110
Binary1011000011101011100001001100101011001000101111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EB84; }

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

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

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

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

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

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

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

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