Html Css Color HEX #B1DF86 Feijoa

📋 copy color: '#B1DF86'

red 177 ◦ green 223 ◦ blue 134

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

Shades of Feijoa #B1DF86

Tints of Feijoa #B1DF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 33.15%
G = 41.76%
B = 25.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#B1DF86 (or 0xB1DF86) is known color: Feijoa. HEX triplet: B1, DF and 86. RGB value is (177,223,134). Sum of RGB (Red+Green+Blue) = 177+223+134=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF86 is #4E2079. Grayscale: #C7C7C7. Windows color (decimal): -5120122 or 8839089. OLE color: 8839089.

HSL color Cylindrical-coordinate representation of color #B1DF86: hue angle of 91.01º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1DF86 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 134 -
CMYK 0.21 0 0.40 0.13
HSL 91.01º 0.58% 0.7% -
HSV(B) 91.01º 0.4% 0.87% -
XYZ 48.82 63.84 32.3 -
YUV 199.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 177 223 134 0.21 0 0.40 0.13 91.01 0.58 0.7
Hex B1 DF 86 15 0 28 D 5B 3A 46
Octal 261 337 206 25 0 50 15 133 72 106
Binary 10110001 11011111 10000110 10101 0 101000 1101 1011011 111010 1000110

Color Harmonies of #B1DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF86

Black with #B1DF86

Text Example


Text Example

White with #B1DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF86; }

 p { color: rgb(177,223,134); }

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

background-color css

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

 a { background-color: rgb(177,223,134); }

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

border-color css

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

 span { border-color: rgb(177,223,134); }

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