Html Css Color HEX #B1D976 Feijoa

📋 copy color: '#B1D976'

red 177 ◦ green 217 ◦ blue 118

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

Shades of Feijoa #B1D976

Tints of Feijoa #B1D976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 34.57%
G = 42.38%
B = 23.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#B1D976 (or 0xB1D976) is known color: Feijoa. HEX triplet: B1, D9 and 76. RGB value is (177,217,118). Sum of RGB (Red+Green+Blue) = 177+217+118=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #B1D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D976 is #4E2689. Grayscale: #C2C2C2. Windows color (decimal): -5121674 or 7788977. OLE color: 7788977.

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

Color convert

RGB 177 217 118 -
CMYK 0.18 0 0.46 0.15
HSL 84.24º 0.57% 0.66% -
HSV(B) 84.24º 0.46% 0.85% -
XYZ 46.21 60.28 26.34 -
YUV 193.75 85.25 116.05 -
System Red Green Blue C M Y K H S L
Decimal 177 217 118 0.18 0 0.46 0.15 84.24 0.57 0.66
Hex B1 D9 76 12 0 2E F 54 39 42
Octal 261 331 166 22 0 56 17 124 71 102
Binary 10110001 11011001 1110110 10010 0 101110 1111 1010100 111001 1000010

Color Harmonies of #B1D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D976

Black with #B1D976

Text Example


Text Example

White with #B1D976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D976; }

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

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

background-color css

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

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

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

border-color css

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

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

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