Html Css Color HEX #B2E284 Feijoa

📋 copy color: '#B2E284'

red 178 ◦ green 226 ◦ blue 132

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

Shades of Feijoa #B2E284

Tints of Feijoa #B2E284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.63%

R = 33.21%
G = 42.16%
B = 24.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#B2E284 (or 0xB2E284) is known color: Feijoa. HEX triplet: B2, E2 and 84. RGB value is (178,226,132). Sum of RGB (Red+Green+Blue) = 178+226+132=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E284 is #4D1D7B. Grayscale: #C9C9C9. Windows color (decimal): -5053820 or 8708786. OLE color: 8708786.

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

Color convert

RGB 178 226 132 -
CMYK 0.21 0 0.42 0.11
HSL 90.64º 0.62% 0.7% -
HSV(B) 90.64º 0.42% 0.89% -
XYZ 49.72 65.52 31.86 -
YUV 200.93 89.1 111.64 -
System Red Green Blue C M Y K H S L
Decimal 178 226 132 0.21 0 0.42 0.11 90.64 0.62 0.7
Hex B2 E2 84 15 0 2A B 5B 3E 46
Octal 262 342 204 25 0 52 13 133 76 106
Binary 10110010 11100010 10000100 10101 0 101010 1011 1011011 111110 1000110

Color Harmonies of #B2E284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E284

Black with #B2E284

Text Example


Text Example

White with #B2E284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E284; }

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

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

background-color css

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

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

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

border-color css

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

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

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