Html Css Color HEX #B1DC94 Feijoa

📋 copy color: '#B1DC94'

red 177 ◦ green 220 ◦ blue 148

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

Shades of Feijoa #B1DC94

Tints of Feijoa #B1DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.16%

R = 32.48%
G = 40.37%
B = 27.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#B1DC94 (or 0xB1DC94) is known color: Feijoa. HEX triplet: B1, DC and 94. RGB value is (177,220,148). Sum of RGB (Red+Green+Blue) = 177+220+148=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC94 is #4E236B. Grayscale: #C7C7C7. Windows color (decimal): -5120876 or 9755825. OLE color: 9755825.

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

Color convert

RGB 177 220 148 -
CMYK 0.20 0 0.33 0.14
HSL 95.83º 0.51% 0.72% -
HSV(B) 95.83º 0.33% 0.86% -
XYZ 49.07 62.67 37.53 -
YUV 198.94 99.25 112.35 -
System Red Green Blue C M Y K H S L
Decimal 177 220 148 0.20 0 0.33 0.14 95.83 0.51 0.72
Hex B1 DC 94 14 0 21 E 60 33 48
Octal 261 334 224 24 0 41 16 140 63 110
Binary 10110001 11011100 10010100 10100 0 100001 1110 1100000 110011 1001000

Color Harmonies of #B1DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC94

Black with #B1DC94

Text Example


Text Example

White with #B1DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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