Html Css Color HEX #B1DA94 Feijoa

📋 copy color: '#B1DA94'

red 177 ◦ green 218 ◦ blue 148

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

Shades of Feijoa #B1DA94

Tints of Feijoa #B1DA94

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.15%

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

R = 32.6%
G = 40.15%
B = 27.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#B1DA94 (or 0xB1DA94) is known color: Feijoa. HEX triplet: B1, DA and 94. RGB value is (177,218,148). Sum of RGB (Red+Green+Blue) = 177+218+148=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA94 is #4E256B. Grayscale: #C6C6C6. Windows color (decimal): -5121388 or 9755313. OLE color: 9755313.

HSL color Cylindrical-coordinate representation of color #B1DA94: hue angle of 95.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1DA94 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 218 148 -
CMYK 0.19 0 0.32 0.15
HSL 95.14º 0.49% 0.72% -
HSV(B) 95.14º 0.32% 0.85% -
XYZ 48.55 61.63 37.35 -
YUV 197.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 177 218 148 0.19 0 0.32 0.15 95.14 0.49 0.72
Hex B1 DA 94 13 0 20 F 5F 31 48
Octal 261 332 224 23 0 40 17 137 61 110
Binary 10110001 11011010 10010100 10011 0 100000 1111 1011111 110001 1001000

Color Harmonies of #B1DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA94

Black with #B1DA94

Text Example


Text Example

White with #B1DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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