Html Css Color HEX #B2D97E Feijoa

📋 copy color: '#B2D97E'

red 178 ◦ green 217 ◦ blue 126

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

Shades of Feijoa #B2D97E

Tints of Feijoa #B2D97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 126 (49.61% from 255) = 24.18%

R = 34.17%
G = 41.65%
B = 24.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#B2D97E (or 0xB2D97E) is known color: Feijoa. HEX triplet: B2, D9 and 7E. RGB value is (178,217,126). Sum of RGB (Red+Green+Blue) = 178+217+126=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D97E is #4D2681. Grayscale: #C3C3C3. Windows color (decimal): -5056130 or 8313266. OLE color: 8313266.

HSL color Cylindrical-coordinate representation of color #B2D97E: hue angle of 85.71º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D97E is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 126 -
CMYK 0.18 0 0.42 0.15
HSL 85.71º 0.54% 0.67% -
HSV(B) 85.71º 0.42% 0.85% -
XYZ 46.94 60.6 28.96 -
YUV 194.97 89.08 115.9 -
System Red Green Blue C M Y K H S L
Decimal 178 217 126 0.18 0 0.42 0.15 85.71 0.54 0.67
Hex B2 D9 7E 12 0 2A F 56 36 43
Octal 262 331 176 22 0 52 17 126 66 103
Binary 10110010 11011001 1111110 10010 0 101010 1111 1010110 110110 1000011

Color Harmonies of #B2D97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D97E

Black with #B2D97E

Text Example


Text Example

White with #B2D97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D97E; }

 p { color: rgb(178,217,126); }

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

background-color css

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

 a { background-color: rgb(178,217,126); }

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

border-color css

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

 span { border-color: rgb(178,217,126); }

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