Html Css Color HEX #B2E98C Feijoa

📋 copy color: '#B2E98C'

red 178 ◦ green 233 ◦ blue 140

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

Shades of Feijoa #B2E98C

Tints of Feijoa #B2E98C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.29%

 BLUE value IS 140 (55.08% from 255) = 25.41%

R = 32.3%
G = 42.29%
B = 25.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#B2E98C (or 0xB2E98C) is known color: Feijoa. HEX triplet: B2, E9 and 8C. RGB value is (178,233,140). Sum of RGB (Red+Green+Blue) = 178+233+140=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 140 (55.08% from 255 or 25.41% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E98C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E98C is #4D1673. Grayscale: #CECECE. Windows color (decimal): -5052020 or 9234866. OLE color: 9234866.

HSL color Cylindrical-coordinate representation of color #B2E98C: hue angle of 95.48º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2E98C is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 233 140 -
CMYK 0.24 0 0.40 0.09
HSL 95.48º 0.68% 0.73% -
HSV(B) 95.48º 0.4% 0.91% -
XYZ 52.23 69.64 35.5 -
YUV 205.95 90.78 108.06 -
System Red Green Blue C M Y K H S L
Decimal 178 233 140 0.24 0 0.40 0.09 95.48 0.68 0.73
Hex B2 E9 8C 18 0 28 9 5F 44 49
Octal 262 351 214 30 0 50 11 137 104 111
Binary 10110010 11101001 10001100 11000 0 101000 1001 1011111 1000100 1001001

Color Harmonies of #B2E98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E98C

Black with #B2E98C

Text Example


Text Example

White with #B2E98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E98C; }

 p { color: rgb(178,233,140); }

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

background-color css

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

 a { background-color: rgb(178,233,140); }

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

border-color css

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

 span { border-color: rgb(178,233,140); }

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