Html Css Color HEX #B2E286 Feijoa

📋 copy color: '#B2E286'

red 178 ◦ green 226 ◦ blue 134

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

Shades of Feijoa #B2E286

Tints of Feijoa #B2E286

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.01%

 BLUE value IS 134 (52.73% from 255) = 24.91%

R = 33.09%
G = 42.01%
B = 24.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#B2E286 (or 0xB2E286) is known color: Feijoa. HEX triplet: B2, E2 and 86. RGB value is (178,226,134). Sum of RGB (Red+Green+Blue) = 178+226+134=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E286 is #4D1D79. Grayscale: #C9C9C9. Windows color (decimal): -5053818 or 8839858. OLE color: 8839858.

HSL color Cylindrical-coordinate representation of color #B2E286: hue angle of 91.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2E286 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 226 134 -
CMYK 0.21 0 0.41 0.11
HSL 91.3º 0.61% 0.71% -
HSV(B) 91.3º 0.41% 0.89% -
XYZ 49.86 65.58 32.58 -
YUV 201.16 90.1 111.48 -
System Red Green Blue C M Y K H S L
Decimal 178 226 134 0.21 0 0.41 0.11 91.3 0.61 0.71
Hex B2 E2 86 15 0 29 B 5B 3D 47
Octal 262 342 206 25 0 51 13 133 75 107
Binary 10110010 11100010 10000110 10101 0 101001 1011 1011011 111101 1000111

Color Harmonies of #B2E286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E286

Black with #B2E286

Text Example


Text Example

White with #B2E286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E286; }

 p { color: rgb(178,226,134); }

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

background-color css

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

 a { background-color: rgb(178,226,134); }

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

border-color css

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

 span { border-color: rgb(178,226,134); }

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