Html Css Color HEX #B1D77C Feijoa

📋 copy color: '#B1D77C'

red 177 ◦ green 215 ◦ blue 124

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

Shades of Feijoa #B1D77C

Tints of Feijoa #B1D77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.67%

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 34.3%
G = 41.67%
B = 24.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#B1D77C (or 0xB1D77C) is known color: Feijoa. HEX triplet: B1, D7 and 7C. RGB value is (177,215,124). Sum of RGB (Red+Green+Blue) = 177+215+124=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D77C is #4E2883. Grayscale: #C1C1C1. Windows color (decimal): -5122180 or 8181681. OLE color: 8181681.

HSL color Cylindrical-coordinate representation of color #B1D77C: hue angle of 85.05º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1D77C is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 215 124 -
CMYK 0.18 0 0.42 0.16
HSL 85.05º 0.53% 0.66% -
HSV(B) 85.05º 0.42% 0.84% -
XYZ 46.07 59.4 28.11 -
YUV 193.26 88.91 116.4 -
System Red Green Blue C M Y K H S L
Decimal 177 215 124 0.18 0 0.42 0.16 85.05 0.53 0.66
Hex B1 D7 7C 12 0 2A 10 55 35 42
Octal 261 327 174 22 0 52 20 125 65 102
Binary 10110001 11010111 1111100 10010 0 101010 10000 1010101 110101 1000010

Color Harmonies of #B1D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D77C

Black with #B1D77C

Text Example


Text Example

White with #B1D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D77C; }

 p { color: rgb(177,215,124); }

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

background-color css

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

 a { background-color: rgb(177,215,124); }

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

border-color css

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

 span { border-color: rgb(177,215,124); }

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