Html Css Color HEX #B1DB97 Feijoa

📋 copy color: '#B1DB97'

red 177 ◦ green 219 ◦ blue 151

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

Shades of Feijoa #B1DB97

Tints of Feijoa #B1DB97

RGB

 RED value IS 177 (69.53% from 255) = 32.36%

 GREEN value IS 219 (85.94% from 255) = 40.04%

 BLUE value IS 151 (59.38% from 255) = 27.61%

R = 32.36%
G = 40.04%
B = 27.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#B1DB97 (or 0xB1DB97) is known color: Feijoa. HEX triplet: B1, DB and 97. RGB value is (177,219,151). Sum of RGB (Red+Green+Blue) = 177+219+151=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB97 is #4E2468. Grayscale: #C6C6C6. Windows color (decimal): -5121129 or 9952177. OLE color: 9952177.

HSL color Cylindrical-coordinate representation of color #B1DB97: hue angle of 97.06º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1DB97 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 219 151 -
CMYK 0.19 0 0.31 0.14
HSL 97.06º 0.49% 0.73% -
HSV(B) 97.06º 0.31% 0.86% -
XYZ 49.05 62.24 38.71 -
YUV 198.69 101.09 112.53 -
System Red Green Blue C M Y K H S L
Decimal 177 219 151 0.19 0 0.31 0.14 97.06 0.49 0.73
Hex B1 DB 97 13 0 1F E 61 31 49
Octal 261 333 227 23 0 37 16 141 61 111
Binary 10110001 11011011 10010111 10011 0 11111 1110 1100001 110001 1001001

Color Harmonies of #B1DB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DB97

Black with #B1DB97

Text Example


Text Example

White with #B1DB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DB97; }

 p { color: rgb(177,219,151); }

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

background-color css

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

 a { background-color: rgb(177,219,151); }

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

border-color css

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

 span { border-color: rgb(177,219,151); }

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