#B2E08F

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

Shades of Feijoa #B2E08F

Tints of Feijoa #B2E08F

Color information

#B2E08F (or 0xB2E08F) is unknown color: approx Feijoa. HEX triplet: B2, E0 and 8F. RGB value is (178,224,143). Sum of RGB (Red+Green+Blue) = 178+224+143=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 224 (87.89% from 255 or 41.10% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E08F is #4D1F70. Grayscale: #C9C9C9. Windows color (decimal): -5054321 or 9429170. OLE color: 9429170.

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

Color convert

RGB178224143-
CMYK0.2100.360.12
HSL94.07º56.64%71.96%-
HSV(B)94.07º36.16%87.84%-
XYZ49.9764.7635.85-
YUV201.0195.26111.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 224 (87.89% from 255) = 41.10%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=32.66%
G=41.10%
B=26.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782241430.2100.360.1294.0756.6471.96
HexB2E08F15024C5e3948
Octal262340217250441413671110
Binary101100101110000010001111101010100100110010111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E08F; }

 p { color: rgb(178,224,143); }

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

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

 a { background-color: rgb(178,224,143); }

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

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

 span { border-color: rgb(178,224,143); }

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