Html Css Color HEX #B1D977 Feijoa

📋 copy color: '#B1D977'

red 177 ◦ green 217 ◦ blue 119

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

Shades of Feijoa #B1D977

Tints of Feijoa #B1D977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 119 (46.88% from 255) = 23.2%

R = 34.5%
G = 42.3%
B = 23.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#B1D977 (or 0xB1D977) is known color: Feijoa. HEX triplet: B1, D9 and 77. RGB value is (177,217,119). Sum of RGB (Red+Green+Blue) = 177+217+119=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D977 is #4E2688. Grayscale: #C2C2C2. Windows color (decimal): -5121673 or 7854513. OLE color: 7854513.

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

Color convert

RGB 177 217 119 -
CMYK 0.18 0 0.45 0.15
HSL 84.49º 0.56% 0.66% -
HSV(B) 84.49º 0.45% 0.85% -
XYZ 46.27 60.3 26.65 -
YUV 193.87 85.75 115.97 -
System Red Green Blue C M Y K H S L
Decimal 177 217 119 0.18 0 0.45 0.15 84.49 0.56 0.66
Hex B1 D9 77 12 0 2D F 54 38 42
Octal 261 331 167 22 0 55 17 124 70 102
Binary 10110001 11011001 1110111 10010 0 101101 1111 1010100 111000 1000010

Color Harmonies of #B1D977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D977

Black with #B1D977

Text Example


Text Example

White with #B1D977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D977; }

 p { color: rgb(177,217,119); }

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

background-color css

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

 a { background-color: rgb(177,217,119); }

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

border-color css

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

 span { border-color: rgb(177,217,119); }

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