Html Css Color HEX #B1D880 Feijoa

📋 copy color: '#B1D880'

red 177 ◦ green 216 ◦ blue 128

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

Shades of Feijoa #B1D880

Tints of Feijoa #B1D880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.46%

 BLUE value IS 128 (50.39% from 255) = 24.57%

R = 33.97%
G = 41.46%
B = 24.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B1D880 (or 0xB1D880) is known color: Feijoa. HEX triplet: B1, D8 and 80. RGB value is (177,216,128). Sum of RGB (Red+Green+Blue) = 177+216+128=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D880 is #4E277F. Grayscale: #C2C2C2. Windows color (decimal): -5121920 or 8444081. OLE color: 8444081.

HSL color Cylindrical-coordinate representation of color #B1D880: hue angle of 86.59º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1D880 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 216 128 -
CMYK 0.18 0 0.41 0.15
HSL 86.59º 0.53% 0.67% -
HSV(B) 86.59º 0.41% 0.85% -
XYZ 46.58 60.02 29.55 -
YUV 194.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 177 216 128 0.18 0 0.41 0.15 86.59 0.53 0.67
Hex B1 D8 80 12 0 29 F 57 35 43
Octal 261 330 200 22 0 51 17 127 65 103
Binary 10110001 11011000 10000000 10010 0 101001 1111 1010111 110101 1000011

Color Harmonies of #B1D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D880

Black with #B1D880

Text Example


Text Example

White with #B1D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D880; }

 p { color: rgb(177,216,128); }

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

background-color css

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

 a { background-color: rgb(177,216,128); }

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

border-color css

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

 span { border-color: rgb(177,216,128); }

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