Html Css Color HEX #B2E08E Feijoa

📋 copy color: '#B2E08E'

red 178 ◦ green 224 ◦ blue 142

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

Shades of Feijoa #B2E08E

Tints of Feijoa #B2E08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.18%

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 32.72%
G = 41.18%
B = 26.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#B2E08E (or 0xB2E08E) is known color: Feijoa. HEX triplet: B2, E0 and 8E. RGB value is (178,224,142). Sum of RGB (Red+Green+Blue) = 178+224+142=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E08E is #4D1F71. Grayscale: #C9C9C9. Windows color (decimal): -5054322 or 9363634. OLE color: 9363634.

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

Color convert

RGB 178 224 142 -
CMYK 0.21 0 0.37 0.12
HSL 93.66º 0.57% 0.72% -
HSV(B) 93.66º 0.37% 0.88% -
XYZ 49.9 64.73 35.46 -
YUV 200.9 94.76 111.67 -
System Red Green Blue C M Y K H S L
Decimal 178 224 142 0.21 0 0.37 0.12 93.66 0.57 0.72
Hex B2 E0 8E 15 0 25 C 5E 39 48
Octal 262 340 216 25 0 45 14 136 71 110
Binary 10110010 11100000 10001110 10101 0 100101 1100 1011110 111001 1001000

Color Harmonies of #B2E08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E08E

Black with #B2E08E

Text Example


Text Example

White with #B2E08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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