Html Css Color HEX #B1DA8D Feijoa

📋 copy color: '#B1DA8D'

red 177 ◦ green 218 ◦ blue 141

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

Shades of Feijoa #B1DA8D

Tints of Feijoa #B1DA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.31%

R = 33.02%
G = 40.67%
B = 26.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#B1DA8D (or 0xB1DA8D) is known color: Feijoa. HEX triplet: B1, DA and 8D. RGB value is (177,218,141). Sum of RGB (Red+Green+Blue) = 177+218+141=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA8D is #4E2572. Grayscale: #C5C5C5. Windows color (decimal): -5121395 or 9296561. OLE color: 9296561.

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

Color convert

RGB 177 218 141 -
CMYK 0.19 0 0.35 0.15
HSL 91.95º 0.51% 0.7% -
HSV(B) 91.95º 0.35% 0.85% -
XYZ 48.01 61.41 34.52 -
YUV 196.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 177 218 141 0.19 0 0.35 0.15 91.95 0.51 0.7
Hex B1 DA 8D 13 0 23 F 5C 33 46
Octal 261 332 215 23 0 43 17 134 63 106
Binary 10110001 11011010 10001101 10011 0 100011 1111 1011100 110011 1000110

Color Harmonies of #B1DA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA8D

Black with #B1DA8D

Text Example


Text Example

White with #B1DA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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