Html Css Color HEX #B1DC91 Feijoa

📋 copy color: '#B1DC91'

red 177 ◦ green 220 ◦ blue 145

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

Shades of Feijoa #B1DC91

Tints of Feijoa #B1DC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

 BLUE value IS 145 (57.03% from 255) = 26.75%

R = 32.66%
G = 40.59%
B = 26.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B1DC91 (or 0xB1DC91) is known color: Feijoa. HEX triplet: B1, DC and 91. RGB value is (177,220,145). Sum of RGB (Red+Green+Blue) = 177+220+145=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC91 is #4E236E. Grayscale: #C6C6C6. Windows color (decimal): -5120879 or 9559217. OLE color: 9559217.

HSL color Cylindrical-coordinate representation of color #B1DC91: hue angle of 94.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1DC91 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 145 -
CMYK 0.20 0 0.34 0.14
HSL 94.4º 0.52% 0.72% -
HSV(B) 94.4º 0.34% 0.86% -
XYZ 48.84 62.58 36.29 -
YUV 198.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 177 220 145 0.20 0 0.34 0.14 94.4 0.52 0.72
Hex B1 DC 91 14 0 22 E 5E 34 48
Octal 261 334 221 24 0 42 16 136 64 110
Binary 10110001 11011100 10010001 10100 0 100010 1110 1011110 110100 1001000

Color Harmonies of #B1DC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC91

Black with #B1DC91

Text Example


Text Example

White with #B1DC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC91; }

 p { color: rgb(177,220,145); }

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

background-color css

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

 a { background-color: rgb(177,220,145); }

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

border-color css

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

 span { border-color: rgb(177,220,145); }

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