Html Css Color HEX #B2D977 Feijoa

📋 copy color: '#B2D977'

red 178 ◦ green 217 ◦ blue 119

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

Shades of Feijoa #B2D977

Tints of Feijoa #B2D977

RGB

 RED value IS 178 (69.92% from 255) = 34.63%

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

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

R = 34.63%
G = 42.22%
B = 23.15%

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

#B2D977 (or 0xB2D977) is known color: Feijoa. HEX triplet: B2, D9 and 77. RGB value is (178,217,119). Sum of RGB (Red+Green+Blue) = 178+217+119=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D977 is #4D2688. Grayscale: #C2C2C2. Windows color (decimal): -5056137 or 7854514. OLE color: 7854514.

HSL color Cylindrical-coordinate representation of color #B2D977: hue angle of 83.88º 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 #B2D977 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 217 119 -
CMYK 0.18 0 0.45 0.15
HSL 83.88º 0.56% 0.66% -
HSV(B) 83.88º 0.45% 0.85% -
XYZ 46.5 60.42 26.66 -
YUV 194.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 178 217 119 0.18 0 0.45 0.15 83.88 0.56 0.66
Hex B2 D9 77 12 0 2D F 54 38 42
Octal 262 331 167 22 0 55 17 124 70 102
Binary 10110010 11011001 1110111 10010 0 101101 1111 1010100 111000 1000010

Color Harmonies of #B2D977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D977

Black with #B2D977

Text Example


Text Example

White with #B2D977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D977; }

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

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

background-color css

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

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

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

border-color css

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

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

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