Html Css Color HEX #B1D881 Feijoa

📋 copy color: '#B1D881'

red 177 ◦ green 216 ◦ blue 129

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

Shades of Feijoa #B1D881

Tints of Feijoa #B1D881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.71%

R = 33.91%
G = 41.38%
B = 24.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#B1D881 (or 0xB1D881) is known color: Feijoa. HEX triplet: B1, D8 and 81. RGB value is (177,216,129). Sum of RGB (Red+Green+Blue) = 177+216+129=522 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.91% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D881 is #4E277E. Grayscale: #C2C2C2. Windows color (decimal): -5121919 or 8509617. OLE color: 8509617.

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

Color convert

RGB 177 216 129 -
CMYK 0.18 0 0.40 0.15
HSL 86.9º 0.53% 0.68% -
HSV(B) 86.9º 0.4% 0.85% -
XYZ 46.65 60.04 29.9 -
YUV 194.42 91.08 115.57 -
System Red Green Blue C M Y K H S L
Decimal 177 216 129 0.18 0 0.40 0.15 86.9 0.53 0.68
Hex B1 D8 81 12 0 28 F 57 35 44
Octal 261 330 201 22 0 50 17 127 65 104
Binary 10110001 11011000 10000001 10010 0 101000 1111 1010111 110101 1000100

Color Harmonies of #B1D881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D881

Black with #B1D881

Text Example


Text Example

White with #B1D881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D881; }

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

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

background-color css

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

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

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

border-color css

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

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

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