Html Css Color HEX #B2E190 Feijoa

📋 copy color: '#B2E190'

red 178 ◦ green 225 ◦ blue 144

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

Shades of Feijoa #B2E190

Tints of Feijoa #B2E190

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.13%

 BLUE value IS 144 (56.64% from 255) = 26.33%

R = 32.54%
G = 41.13%
B = 26.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#B2E190 (or 0xB2E190) is known color: Feijoa. HEX triplet: B2, E1 and 90. RGB value is (178,225,144). Sum of RGB (Red+Green+Blue) = 178+225+144=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E190 is #4D1E6F. Grayscale: #C9C9C9. Windows color (decimal): -5054064 or 9494962. OLE color: 9494962.

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

Color convert

RGB 178 225 144 -
CMYK 0.21 0 0.36 0.12
HSL 94.81º 0.57% 0.72% -
HSV(B) 94.81º 0.36% 0.88% -
XYZ 50.32 65.33 36.34 -
YUV 201.71 95.43 111.09 -
System Red Green Blue C M Y K H S L
Decimal 178 225 144 0.21 0 0.36 0.12 94.81 0.57 0.72
Hex B2 E1 90 15 0 24 C 5F 39 48
Octal 262 341 220 25 0 44 14 137 71 110
Binary 10110010 11100001 10010000 10101 0 100100 1100 1011111 111001 1001000

Color Harmonies of #B2E190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E190

Black with #B2E190

Text Example


Text Example

White with #B2E190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E190; }

 p { color: rgb(178,225,144); }

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

background-color css

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

 a { background-color: rgb(178,225,144); }

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

border-color css

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

 span { border-color: rgb(178,225,144); }

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