Html Css Color HEX #B0D977 Feijoa

📋 copy color: '#B0D977'

red 176 ◦ green 217 ◦ blue 119

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

Shades of Feijoa #B0D977

Tints of Feijoa #B0D977

RGB

 RED value IS 176 (69.14% from 255) = 34.38%

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

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

R = 34.38%
G = 42.38%
B = 23.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#B0D977 (or 0xB0D977) is known color: Feijoa. HEX triplet: B0, D9 and 77. RGB value is (176,217,119). Sum of RGB (Red+Green+Blue) = 176+217+119=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D977 is #4F2688. Grayscale: #C1C1C1. Windows color (decimal): -5187209 or 7854512. OLE color: 7854512.

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

Color convert

RGB 176 217 119 -
CMYK 0.19 0 0.45 0.15
HSL 85.1º 0.56% 0.66% -
HSV(B) 85.1º 0.45% 0.85% -
XYZ 46.05 60.19 26.64 -
YUV 193.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 176 217 119 0.19 0 0.45 0.15 85.1 0.56 0.66
Hex B0 D9 77 13 0 2D F 55 38 42
Octal 260 331 167 23 0 55 17 125 70 102
Binary 10110000 11011001 1110111 10011 0 101101 1111 1010101 111000 1000010

Color Harmonies of #B0D977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D977

Black with #B0D977

Text Example


Text Example

White with #B0D977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D977; }

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

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

background-color css

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

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

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

border-color css

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

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

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