Html Css Color HEX #B2EA8C Feijoa

📋 copy color: '#B2EA8C'

red 178 ◦ green 234 ◦ blue 140

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

Shades of Feijoa #B2EA8C

Tints of Feijoa #B2EA8C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.39%

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

R = 32.25%
G = 42.39%
B = 25.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#B2EA8C (or 0xB2EA8C) is known color: Feijoa. HEX triplet: B2, EA and 8C. RGB value is (178,234,140). Sum of RGB (Red+Green+Blue) = 178+234+140=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EA8C is #4D1573. Grayscale: #CECECE. Windows color (decimal): -5051764 or 9235122. OLE color: 9235122.

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

Color convert

RGB 178 234 140 -
CMYK 0.24 0 0.40 0.08
HSL 95.74º 0.69% 0.73% -
HSV(B) 95.74º 0.4% 0.92% -
XYZ 52.52 70.2 35.59 -
YUV 206.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 178 234 140 0.24 0 0.40 0.08 95.74 0.69 0.73
Hex B2 EA 8C 18 0 28 8 60 45 49
Octal 262 352 214 30 0 50 10 140 105 111
Binary 10110010 11101010 10001100 11000 0 101000 1000 1100000 1000101 1001001

Color Harmonies of #B2EA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EA8C

Black with #B2EA8C

Text Example


Text Example

White with #B2EA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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