Html Css Color HEX #B2D984 Feijoa

📋 copy color: '#B2D984'

red 178 ◦ green 217 ◦ blue 132

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

Shades of Feijoa #B2D984

Tints of Feijoa #B2D984

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.18%

 BLUE value IS 132 (51.95% from 255) = 25.05%

R = 33.78%
G = 41.18%
B = 25.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#B2D984 (or 0xB2D984) is known color: Feijoa. HEX triplet: B2, D9 and 84. RGB value is (178,217,132). Sum of RGB (Red+Green+Blue) = 178+217+132=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D984 is #4D267B. Grayscale: #C3C3C3. Windows color (decimal): -5056124 or 8706482. OLE color: 8706482.

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

Color convert

RGB 178 217 132 -
CMYK 0.18 0 0.39 0.15
HSL 87.53º 0.53% 0.68% -
HSV(B) 87.53º 0.39% 0.85% -
XYZ 47.34 60.76 31.06 -
YUV 195.65 92.08 115.41 -
System Red Green Blue C M Y K H S L
Decimal 178 217 132 0.18 0 0.39 0.15 87.53 0.53 0.68
Hex B2 D9 84 12 0 27 F 58 35 44
Octal 262 331 204 22 0 47 17 130 65 104
Binary 10110010 11011001 10000100 10010 0 100111 1111 1011000 110101 1000100

Color Harmonies of #B2D984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D984

Black with #B2D984

Text Example


Text Example

White with #B2D984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D984; }

 p { color: rgb(178,217,132); }

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

background-color css

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

 a { background-color: rgb(178,217,132); }

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

border-color css

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

 span { border-color: rgb(178,217,132); }

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