Html Css Color HEX #B1DA8C Feijoa

📋 copy color: '#B1DA8C'

red 177 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #B1DA8C

Tints of Feijoa #B1DA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.17%

R = 33.08%
G = 40.75%
B = 26.17%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#B1DA8C (or 0xB1DA8C) is known color: Feijoa. HEX triplet: B1, DA and 8C. RGB value is (177,218,140). Sum of RGB (Red+Green+Blue) = 177+218+140=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA8C is #4E2573. Grayscale: #C5C5C5. Windows color (decimal): -5121396 or 9231025. OLE color: 9231025.

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

Color convert

RGB 177 218 140 -
CMYK 0.19 0 0.36 0.15
HSL 91.54º 0.51% 0.7% -
HSV(B) 91.54º 0.36% 0.85% -
XYZ 47.94 61.38 34.13 -
YUV 196.85 95.92 113.84 -
System Red Green Blue C M Y K H S L
Decimal 177 218 140 0.19 0 0.36 0.15 91.54 0.51 0.7
Hex B1 DA 8C 13 0 24 F 5C 33 46
Octal 261 332 214 23 0 44 17 134 63 106
Binary 10110001 11011010 10001100 10011 0 100100 1111 1011100 110011 1000110

Color Harmonies of #B1DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DA8C

Black with #B1DA8C

Text Example


Text Example

White with #B1DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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