Html Css Color HEX #B0D880 Feijoa

📋 copy color: '#B0D880'

red 176 ◦ green 216 ◦ blue 128

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

Shades of Feijoa #B0D880

Tints of Feijoa #B0D880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 33.85%
G = 41.54%
B = 24.62%

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

#B0D880 (or 0xB0D880) is known color: Feijoa. HEX triplet: B0, D8 and 80. RGB value is (176,216,128). Sum of RGB (Red+Green+Blue) = 176+216+128=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D880 is #4F277F. Grayscale: #C2C2C2. Windows color (decimal): -5187456 or 8444080. OLE color: 8444080.

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

Color convert

RGB 176 216 128 -
CMYK 0.19 0 0.41 0.15
HSL 87.27º 0.53% 0.67% -
HSV(B) 87.27º 0.41% 0.85% -
XYZ 46.36 59.9 29.54 -
YUV 194.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 176 216 128 0.19 0 0.41 0.15 87.27 0.53 0.67
Hex B0 D8 80 13 0 29 F 57 35 43
Octal 260 330 200 23 0 51 17 127 65 103
Binary 10110000 11011000 10000000 10011 0 101001 1111 1010111 110101 1000011

Color Harmonies of #B0D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D880

Black with #B0D880

Text Example


Text Example

White with #B0D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D880; }

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

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

background-color css

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

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

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

border-color css

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

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

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