Html Css Color HEX #B2D786 Feijoa

📋 copy color: '#B2D786'

red 178 ◦ green 215 ◦ blue 134

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

Shades of Feijoa #B2D786

Tints of Feijoa #B2D786

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.8%

 BLUE value IS 134 (52.73% from 255) = 25.43%

R = 33.78%
G = 40.8%
B = 25.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#B2D786 (or 0xB2D786) is known color: Feijoa. HEX triplet: B2, D7 and 86. RGB value is (178,215,134). Sum of RGB (Red+Green+Blue) = 178+215+134=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 215 (84.38% from 255 or 40.80% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D786 is #4D2879. Grayscale: #C2C2C2. Windows color (decimal): -5056634 or 8837042. OLE color: 8837042.

HSL color Cylindrical-coordinate representation of color #B2D786: hue angle of 87.41º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2D786 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 134 -
CMYK 0.17 0 0.38 0.16
HSL 87.41º 0.5% 0.68% -
HSV(B) 87.41º 0.38% 0.84% -
XYZ 46.96 59.79 31.62 -
YUV 194.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 178 215 134 0.17 0 0.38 0.16 87.41 0.5 0.68
Hex B2 D7 86 11 0 26 10 57 32 44
Octal 262 327 206 21 0 46 20 127 62 104
Binary 10110010 11010111 10000110 10001 0 100110 10000 1010111 110010 1000100

Color Harmonies of #B2D786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D786

Black with #B2D786

Text Example


Text Example

White with #B2D786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D786; }

 p { color: rgb(178,215,134); }

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

background-color css

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

 a { background-color: rgb(178,215,134); }

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

border-color css

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

 span { border-color: rgb(178,215,134); }

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