Html Css Color HEX #B2FA8B Feijoa

📋 copy color: '#B2FA8B'

red 178 ◦ green 250 ◦ blue 139

#B2FA8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #B2FA8B

Tints of Feijoa #B2FA8B

RGB

 RED value IS 178 (69.92% from 255) = 31.39%

 GREEN value IS 250 (98.05% from 255) = 44.09%

 BLUE value IS 139 (54.69% from 255) = 24.51%

R = 31.39%
G = 44.09%
B = 24.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#B2FA8B (or 0xB2FA8B) is known color: Feijoa. HEX triplet: B2, FA and 8B. RGB value is (178,250,139). Sum of RGB (Red+Green+Blue) = 178+250+139=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FA8B is #4D0574. Grayscale: #D8D8D8. Windows color (decimal): -5047669 or 9173682. OLE color: 9173682.

HSL color Cylindrical-coordinate representation of color #B2FA8B: hue angle of 98.92º degrees, saturation: 0.92, 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 #B2FA8B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 139 -
CMYK 0.29 0 0.44 0.02
HSL 98.92º 0.92% 0.76% -
HSV(B) 98.92º 0.44% 0.98% -
XYZ 57.21 79.7 36.79 -
YUV 215.82 84.65 101.03 -
System Red Green Blue C M Y K H S L
Decimal 178 250 139 0.29 0 0.44 0.02 98.92 0.92 0.76
Hex B2 FA 8B 1D 0 2C 2 63 5C 4C
Octal 262 372 213 35 0 54 2 143 134 114
Binary 10110010 11111010 10001011 11101 0 101100 10 1100011 1011100 1001100

Color Harmonies of #B2FA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA8B

Black with #B2FA8B

Text Example


Text Example

White with #B2FA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA8B; }

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

 H1.HeaderClassName
 {
   color: #B2FA8B;
 }
 .AnyTagClassName
 {
   color: #B2FA8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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