Html Css Color HEX #B2D879 Feijoa

📋 copy color: '#B2D879'

red 178 ◦ green 216 ◦ blue 121

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

Shades of Feijoa #B2D879

Tints of Feijoa #B2D879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.5%

R = 34.56%
G = 41.94%
B = 23.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#B2D879 (or 0xB2D879) is known color: Feijoa. HEX triplet: B2, D8 and 79. RGB value is (178,216,121). Sum of RGB (Red+Green+Blue) = 178+216+121=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D879 is #4D2786. Grayscale: #C2C2C2. Windows color (decimal): -5056391 or 7985330. OLE color: 7985330.

HSL color Cylindrical-coordinate representation of color #B2D879: hue angle of 84º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2D879 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 216 121 -
CMYK 0.18 0 0.44 0.15
HSL 84º 0.55% 0.66% -
HSV(B) 84º 0.44% 0.85% -
XYZ 46.37 59.96 27.22 -
YUV 193.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 178 216 121 0.18 0 0.44 0.15 84 0.55 0.66
Hex B2 D8 79 12 0 2C F 54 37 42
Octal 262 330 171 22 0 54 17 124 67 102
Binary 10110010 11011000 1111001 10010 0 101100 1111 1010100 110111 1000010

Color Harmonies of #B2D879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D879

Black with #B2D879

Text Example


Text Example

White with #B2D879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D879; }

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

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

background-color css

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

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

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

border-color css

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

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

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