Html Css Color HEX #B2D881 Feijoa

📋 copy color: '#B2D881'

red 178 ◦ green 216 ◦ blue 129

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

Shades of Feijoa #B2D881

Tints of Feijoa #B2D881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 24.67%

R = 34.03%
G = 41.3%
B = 24.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#B2D881 (or 0xB2D881) is known color: Feijoa. HEX triplet: B2, D8 and 81. RGB value is (178,216,129). Sum of RGB (Red+Green+Blue) = 178+216+129=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D881 is #4D277E. Grayscale: #C3C3C3. Windows color (decimal): -5056383 or 8509618. OLE color: 8509618.

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

Color convert

RGB 178 216 129 -
CMYK 0.18 0 0.40 0.15
HSL 86.21º 0.53% 0.68% -
HSV(B) 86.21º 0.4% 0.85% -
XYZ 46.88 60.16 29.91 -
YUV 194.72 90.91 116.07 -
System Red Green Blue C M Y K H S L
Decimal 178 216 129 0.18 0 0.40 0.15 86.21 0.53 0.68
Hex B2 D8 81 12 0 28 F 56 35 44
Octal 262 330 201 22 0 50 17 126 65 104
Binary 10110010 11011000 10000001 10010 0 101000 1111 1010110 110101 1000100

Color Harmonies of #B2D881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D881

Black with #B2D881

Text Example


Text Example

White with #B2D881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D881; }

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

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

background-color css

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

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

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

border-color css

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

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

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