Html Css Color HEX #B1D882 Feijoa

📋 copy color: '#B1D882'

red 177 ◦ green 216 ◦ blue 130

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

Shades of Feijoa #B1D882

Tints of Feijoa #B1D882

RGB

 RED value IS 177 (69.53% from 255) = 33.84%

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

 BLUE value IS 130 (51.17% from 255) = 24.86%

R = 33.84%
G = 41.3%
B = 24.86%

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

#B1D882 (or 0xB1D882) is known color: Feijoa. HEX triplet: B1, D8 and 82. RGB value is (177,216,130). Sum of RGB (Red+Green+Blue) = 177+216+130=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D882 is #4E277D. Grayscale: #C2C2C2. Windows color (decimal): -5121918 or 8575153. OLE color: 8575153.

HSL color Cylindrical-coordinate representation of color #B1D882: hue angle of 87.21º degrees, saturation: 0.52, 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 #B1D882 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 216 130 -
CMYK 0.18 0 0.40 0.15
HSL 87.21º 0.52% 0.68% -
HSV(B) 87.21º 0.4% 0.85% -
XYZ 46.72 60.07 30.25 -
YUV 194.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 177 216 130 0.18 0 0.40 0.15 87.21 0.52 0.68
Hex B1 D8 82 12 0 28 F 57 34 44
Octal 261 330 202 22 0 50 17 127 64 104
Binary 10110001 11011000 10000010 10010 0 101000 1111 1010111 110100 1000100

Color Harmonies of #B1D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D882

Black with #B1D882

Text Example


Text Example

White with #B1D882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D882; }

 p { color: rgb(177,216,130); }

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

background-color css

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

 a { background-color: rgb(177,216,130); }

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

border-color css

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

 span { border-color: rgb(177,216,130); }

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