Html Css Color HEX #B2D876 Feijoa

📋 copy color: '#B2D876'

red 178 ◦ green 216 ◦ blue 118

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

Shades of Feijoa #B2D876

Tints of Feijoa #B2D876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 34.77%
G = 42.19%
B = 23.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#B2D876 (or 0xB2D876) is known color: Feijoa. HEX triplet: B2, D8 and 76. RGB value is (178,216,118). Sum of RGB (Red+Green+Blue) = 178+216+118=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D876 is #4D2789. Grayscale: #C1C1C1. Windows color (decimal): -5056394 or 7788722. OLE color: 7788722.

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

Color convert

RGB 178 216 118 -
CMYK 0.18 0 0.45 0.15
HSL 83.27º 0.56% 0.65% -
HSV(B) 83.27º 0.45% 0.85% -
XYZ 46.19 59.88 26.26 -
YUV 193.47 85.41 116.97 -
System Red Green Blue C M Y K H S L
Decimal 178 216 118 0.18 0 0.45 0.15 83.27 0.56 0.65
Hex B2 D8 76 12 0 2D F 53 38 41
Octal 262 330 166 22 0 55 17 123 70 101
Binary 10110010 11011000 1110110 10010 0 101101 1111 1010011 111000 1000001

Color Harmonies of #B2D876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D876

Black with #B2D876

Text Example


Text Example

White with #B2D876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D876; }

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

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

background-color css

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

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

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

border-color css

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

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

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