#B2F98B

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

Shades of Feijoa #B2F98B

Tints of Feijoa #B2F98B

Color information

#B2F98B (or 0xB2F98B) is unknown color: approx Feijoa. HEX triplet: B2, F9 and 8B. RGB value is (178,249,139). Sum of RGB (Red+Green+Blue) = 178+249+139=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F98B is #4D0674. Grayscale: #D7D7D7. Windows color (decimal): -5047925 or 9173426. OLE color: 9173426.

HSL color Cylindrical-coordinate representation of color #B2F98B: hue angle of 98.73º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2F98B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB178249139-
CMYK0.2900.440.02
HSL98.73º90.16%76.08%-
HSV(B)98.73º44.18%97.65%-
XYZ56.979.0836.69-
YUV215.2384.98101.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.45%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 139 (54.69% from 255) = 24.56%
R=31.45%
G=43.99%
B=24.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782491390.2900.440.0298.7390.1676.08
HexB2F98B1D02C2635a4c
Octal262371213350542143132114
Binary10110010111110011000101111101010110010110001110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F98B; }

 p { color: rgb(178,249,139); }

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

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

 a { background-color: rgb(178,249,139); }

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

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

 span { border-color: rgb(178,249,139); }

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