Html Css Color HEX #B1E885 Feijoa

📋 copy color: '#B1E885'

red 177 ◦ green 232 ◦ blue 133

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

Shades of Feijoa #B1E885

Tints of Feijoa #B1E885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.8%

 BLUE value IS 133 (52.34% from 255) = 24.54%

R = 32.66%
G = 42.8%
B = 24.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#B1E885 (or 0xB1E885) is known color: Feijoa. HEX triplet: B1, E8 and 85. RGB value is (177,232,133). Sum of RGB (Red+Green+Blue) = 177+232+133=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1E885 is #4E177A. Grayscale: #CCCCCC. Windows color (decimal): -5117819 or 8775857. OLE color: 8775857.

HSL color Cylindrical-coordinate representation of color #B1E885: hue angle of 93.33º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B1E885 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 232 133 -
CMYK 0.24 0 0.43 0.09
HSL 93.33º 0.68% 0.72% -
HSV(B) 93.33º 0.43% 0.91% -
XYZ 51.22 68.75 32.76 -
YUV 204.27 87.78 108.55 -
System Red Green Blue C M Y K H S L
Decimal 177 232 133 0.24 0 0.43 0.09 93.33 0.68 0.72
Hex B1 E8 85 18 0 2B 9 5D 44 48
Octal 261 350 205 30 0 53 11 135 104 110
Binary 10110001 11101000 10000101 11000 0 101011 1001 1011101 1000100 1001000

Color Harmonies of #B1E885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E885

Black with #B1E885

Text Example


Text Example

White with #B1E885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E885; }

 p { color: rgb(177,232,133); }

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

background-color css

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

 a { background-color: rgb(177,232,133); }

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

border-color css

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

 span { border-color: rgb(177,232,133); }

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