Html Css Color HEX #B2D586 Feijoa

📋 copy color: '#B2D586'

red 178 ◦ green 213 ◦ blue 134

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

Shades of Feijoa #B2D586

Tints of Feijoa #B2D586

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.57%

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

R = 33.9%
G = 40.57%
B = 25.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#B2D586 (or 0xB2D586) is known color: Feijoa. HEX triplet: B2, D5 and 86. RGB value is (178,213,134). Sum of RGB (Red+Green+Blue) = 178+213+134=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D586 is #4D2A79. Grayscale: #C1C1C1. Windows color (decimal): -5057146 or 8836530. OLE color: 8836530.

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

Color convert

RGB 178 213 134 -
CMYK 0.16 0 0.37 0.16
HSL 86.58º 0.48% 0.68% -
HSV(B) 86.58º 0.37% 0.84% -
XYZ 46.46 58.77 31.45 -
YUV 193.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 178 213 134 0.16 0 0.37 0.16 86.58 0.48 0.68
Hex B2 D5 86 10 0 25 10 57 30 44
Octal 262 325 206 20 0 45 20 127 60 104
Binary 10110010 11010101 10000110 10000 0 100101 10000 1010111 110000 1000100

Color Harmonies of #B2D586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D586

Black with #B2D586

Text Example


Text Example

White with #B2D586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D586; }

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

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

background-color css

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

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

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

border-color css

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

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

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