Html Css Color HEX #B0D980 Feijoa

📋 copy color: '#B0D980'

red 176 ◦ green 217 ◦ blue 128

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

Shades of Feijoa #B0D980

Tints of Feijoa #B0D980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.57%

R = 33.78%
G = 41.65%
B = 24.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B0D980 (or 0xB0D980) is known color: Feijoa. HEX triplet: B0, D9 and 80. RGB value is (176,217,128). Sum of RGB (Red+Green+Blue) = 176+217+128=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D980 is #4F267F. Grayscale: #C2C2C2. Windows color (decimal): -5187200 or 8444336. OLE color: 8444336.

HSL color Cylindrical-coordinate representation of color #B0D980: hue angle of 87.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0D980 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 217 128 -
CMYK 0.19 0 0.41 0.15
HSL 87.64º 0.54% 0.68% -
HSV(B) 87.64º 0.41% 0.85% -
XYZ 46.61 60.41 29.63 -
YUV 194.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 176 217 128 0.19 0 0.41 0.15 87.64 0.54 0.68
Hex B0 D9 80 13 0 29 F 58 36 44
Octal 260 331 200 23 0 51 17 130 66 104
Binary 10110000 11011001 10000000 10011 0 101001 1111 1011000 110110 1000100

Color Harmonies of #B0D980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D980

Black with #B0D980

Text Example


Text Example

White with #B0D980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D980; }

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

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

background-color css

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

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

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

border-color css

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

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

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