Html Css Color HEX #B2D880 Feijoa

📋 copy color: '#B2D880'

red 178 ◦ green 216 ◦ blue 128

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

Shades of Feijoa #B2D880

Tints of Feijoa #B2D880

RGB

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

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

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

R = 34.1%
G = 41.38%
B = 24.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#B2D880 (or 0xB2D880) is known color: Feijoa. HEX triplet: B2, D8 and 80. RGB value is (178,216,128). Sum of RGB (Red+Green+Blue) = 178+216+128=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D880 is #4D277F. Grayscale: #C2C2C2. Windows color (decimal): -5056384 or 8444082. OLE color: 8444082.

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

Color convert

RGB 178 216 128 -
CMYK 0.18 0 0.41 0.15
HSL 85.91º 0.53% 0.67% -
HSV(B) 85.91º 0.41% 0.85% -
XYZ 46.81 60.14 29.56 -
YUV 194.61 90.41 116.16 -
System Red Green Blue C M Y K H S L
Decimal 178 216 128 0.18 0 0.41 0.15 85.91 0.53 0.67
Hex B2 D8 80 12 0 29 F 56 35 43
Octal 262 330 200 22 0 51 17 126 65 103
Binary 10110010 11011000 10000000 10010 0 101001 1111 1010110 110101 1000011

Color Harmonies of #B2D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D880

Black with #B2D880

Text Example


Text Example

White with #B2D880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D880; }

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

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

background-color css

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

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

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

border-color css

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

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

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