#BFFEB1

Color #BFFEB1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #BFFEB1

Tints of Tea Green #BFFEB1

Color information

#BFFEB1 (or 0xBFFEB1) is unknown color: approx Tea Green. HEX triplet: BF, FE and B1. RGB value is (191,254,177). Sum of RGB (Red+Green+Blue) = 191+254+177=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 177 (69.53% from 255 or 28.46% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #BFFEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFEB1 is #40014E. Grayscale: #E2E2E2. Windows color (decimal): -4194639 or 11665087. OLE color: 11665087.

HSL color Cylindrical-coordinate representation of color #BFFEB1: hue angle of 109.09º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFFEB1 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB191254177-
CMYK0.2500.300.00
HSL109.09º97.47%84.51%-
HSV(B)109.09º30.31%99.61%-
XYZ64.8685.1354.61-
YUV226.38100.13102.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.71%
GREEN value IS 254 (99.61% from 255) = 40.84%
BLUE value IS 177 (69.53% from 255) = 28.46%
R=30.71%
G=40.84%
B=28.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912541770.2500.300.00109.0997.4784.51
HexBFFEB11901E06d6155
Octal277376261310360155141125
Binary101111111111111010110001110010111100110110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEB1; }

 p { color: rgb(191,254,177); }

 H1.HeaderClassName
 {
   color: #BFFEB1;
 }
 .AnyTagClassName
 {
   color: #BFFEB1;
 }
</style>
background-color css

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

 a { background-color: rgb(191,254,177); }

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

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

 span { border-color: rgb(191,254,177); }

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